#870F3C

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

Shades of Scarlett #870F3C

Tints of Scarlett #870F3C

Color information

#870F3C (or 0x870F3C) is unknown color: approx Scarlett. HEX triplet: 87, 0F and 3C. RGB value is (135,15,60). Sum of RGB (Red+Green+Blue) = 135+15+60=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #870F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F3C is #78F0C3. Grayscale: #373737. Windows color (decimal): -7925956 or 3936135. OLE color: 3936135.

HSL color Cylindrical-coordinate representation of color #870F3C: hue angle of 337.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F3C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1351560-
CMYK00.890.560.47
HSL337.5º80%29.41%-
HSV(B)337.5º88.89%52.94%-
XYZ10.985.824.82-
YUV56.01130.26184.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 64.29%
GREEN value IS 15 (6.25% from 255) = 7.14%
BLUE value IS 60 (23.83% from 255) = 28.57%
R=64.29%
G=7.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135156000.890.560.47337.58029.41
Hex87F3C059382F152501d
Octal20717740131705752212035
Binary10000111111111110001011001111000101111101010010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870F3C; }

 p { color: rgb(135,15,60); }

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

<style>
 a { background-color: #870F3C; }

 a { background-color: rgb(135,15,60); }

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

<style>
 span { border-color: #870F3C; }

 span { border-color: rgb(135,15,60); }

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