#8C142D

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

Shades of Scarlett #8C142D

Tints of Scarlett #8C142D

Color information

#8C142D (or 0x8C142D) is unknown color: approx Scarlett. HEX triplet: 8C, 14 and 2D. RGB value is (140,20,45). Sum of RGB (Red+Green+Blue) = 140+20+45=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C142D is #73EBD2. Grayscale: #3A3A3A. Windows color (decimal): -7597011 or 2954380. OLE color: 2954380.

HSL color Cylindrical-coordinate representation of color #8C142D: hue angle of 347.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C142D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1402045-
CMYK00.860.680.45
HSL347.5º75%31.37%-
HSV(B)347.5º85.71%54.9%-
XYZ11.546.273.08-
YUV58.73120.26185.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.29%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=68.29%
G=9.76%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140204500.860.680.45347.57531.37
Hex8C142D056442D15c4b1f
Octal214245501261045553411337
Binary1000110010100101101010101101000100101101101011100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C142D; }

 p { color: rgb(140,20,45); }

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

<style>
 a { background-color: #8C142D; }

 a { background-color: rgb(140,20,45); }

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

<style>
 span { border-color: #8C142D; }

 span { border-color: rgb(140,20,45); }

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