#7C1F31

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

Shades of Scarlett #7C1F31

Tints of Scarlett #7C1F31

Color information

#7C1F31 (or 0x7C1F31) is unknown color: approx Scarlett. HEX triplet: 7C, 1F and 31. RGB value is (124,31,49). Sum of RGB (Red+Green+Blue) = 124+31+49=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1F31 is #83E0CE. Grayscale: #3C3C3C. Windows color (decimal): -8642767 or 3219324. OLE color: 3219324.

HSL color Cylindrical-coordinate representation of color #7C1F31: hue angle of 348.39º 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 #7C1F31 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1243149-
CMYK00.750.600.51
HSL348.39º60%30.39%-
HSV(B)348.39º75%48.63%-
XYZ9.365.493.47-
YUV60.86121.31173.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.78%
GREEN value IS 31 (12.5% from 255) = 15.20%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=60.78%
G=15.20%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124314900.750.600.51348.396030.39
Hex7C1F3104B3C3315c3c1e
Octal1743761011374635347436
Binary1111100111111100010100101111110011001110101110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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