#871528

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

Shades of Scarlett #871528

Tints of Scarlett #871528

Color information

#871528 (or 0x871528) is unknown color: approx Scarlett. HEX triplet: 87, 15 and 28. RGB value is (135,21,40). Sum of RGB (Red+Green+Blue) = 135+21+40=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #871528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871528 is #78EAD7. Grayscale: #393939. Windows color (decimal): -7924440 or 2626951. OLE color: 2626951.

HSL color Cylindrical-coordinate representation of color #871528: hue angle of 350º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871528 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1352140-
CMYK00.840.700.47
HSL350º73.08%30.59%-
HSV(B)350º84.44%52.94%-
XYZ10.645.842.57-
YUV57.25118.27183.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.88%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=68.88%
G=10.71%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135214000.840.700.4735073.0830.59
Hex871528054462F15e491f
Octal207255001241065753611137
Binary1000011110101101000010101001000110101111101011110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871528; }

 p { color: rgb(135,21,40); }

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

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

 a { background-color: rgb(135,21,40); }

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

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

 span { border-color: rgb(135,21,40); }

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