#7C1E27

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

Shades of Scarlett #7C1E27

Tints of Scarlett #7C1E27

Color information

#7C1E27 (or 0x7C1E27) is unknown color: approx Scarlett. HEX triplet: 7C, 1E and 27. RGB value is (124,30,39). Sum of RGB (Red+Green+Blue) = 124+30+39=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1E27 is #83E1D8. Grayscale: #3B3B3B. Windows color (decimal): -8643033 or 2563708. OLE color: 2563708.

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

Color convert

RGB1243039-
CMYK00.760.690.51
HSL354.26º61.04%30.2%-
HSV(B)354.26º75.81%48.63%-
XYZ9.145.362.47-
YUV59.13116.64174.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.25%
GREEN value IS 30 (12.11% from 255) = 15.54%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=64.25%
G=15.54%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124303900.760.690.51354.2661.0430.2
Hex7C1E2704C45331623d1e
Octal17436470114105635427536
Binary11111001111010011101001100100010111001110110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,30,39); }

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

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

 a { background-color: rgb(124,30,39); }

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

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

 span { border-color: rgb(124,30,39); }

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