#8C152C

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

Shades of Scarlett #8C152C

Tints of Scarlett #8C152C

Color information

#8C152C (or 0x8C152C) is unknown color: approx Scarlett. HEX triplet: 8C, 15 and 2C. RGB value is (140,21,44). Sum of RGB (Red+Green+Blue) = 140+21+44=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C152C is #73EAD3. Grayscale: #3B3B3B. Windows color (decimal): -7596756 or 2889100. OLE color: 2889100.

HSL color Cylindrical-coordinate representation of color #8C152C: hue angle of 348.4º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C152C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1402144-
CMYK00.850.690.45
HSL348.4º73.91%31.57%-
HSV(B)348.4º85%54.9%-
XYZ11.546.292.99-
YUV59.2119.42185.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.29%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=68.29%
G=10.24%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140214400.850.690.45348.473.9131.57
Hex8C152C055452D15c4a20
Octal214255401251055553411240
Binary10001100101011011000101010110001011011011010111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,21,44); }

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

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

 a { background-color: rgb(140,21,44); }

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

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

 span { border-color: rgb(140,21,44); }

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