#7C1F37

Color #7C1F37 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7C1F37

Tints of Scarlett #7C1F37

Color information

#7C1F37 (or 0x7C1F37) is unknown color: approx Scarlett. HEX triplet: 7C, 1F and 37. RGB value is (124,31,55). Sum of RGB (Red+Green+Blue) = 124+31+55=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1F37 is #83E0C8. Grayscale: #3D3D3D. Windows color (decimal): -8642761 or 3612540. OLE color: 3612540.

HSL color Cylindrical-coordinate representation of color #7C1F37: hue angle of 344.52º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C1F37 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1243155-
CMYK00.750.560.51
HSL344.52º60%30.39%-
HSV(B)344.52º75%48.63%-
XYZ9.495.544.18-
YUV61.54124.31172.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 59.05%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 55 (21.88% from 255) = 26.19%
R=59.05%
G=14.76%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124315500.750.560.51344.526030.39
Hex7C1F3704B38331593c1e
Octal1743767011370635317436
Binary1111100111111101110100101111100011001110101100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C1F37; }

 p { color: rgb(124,31,55); }

 H1.HeaderClassName
 {
   color: #7C1F37;
 }
 .AnyTagClassName
 {
   color: #7C1F37;
 }
</style>
background-color css

<style>
 a { background-color: #7C1F37; }

 a { background-color: rgb(124,31,55); }

 div.DivClassName
 {
   background-color: #7C1F37;
 }
 .BgClassName
 {
   background-color: #7C1F37;
 }
</style>
border-color css

<style>
 span { border-color: #7C1F37; }

 span { border-color: rgb(124,31,55); }

 td.TdClassName
 {
   border-color: #7C1F37;
 }
 .TagClassName
 {
   border-color: #7C1F37;
 }
</style>