#871336

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

Shades of Scarlett #871336

Tints of Scarlett #871336

Color information

#871336 (or 0x871336) is unknown color: approx Scarlett. HEX triplet: 87, 13 and 36. RGB value is (135,19,54). Sum of RGB (Red+Green+Blue) = 135+19+54=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #871336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871336 is #78ECC9. Grayscale: #393939. Windows color (decimal): -7924938 or 3543943. OLE color: 3543943.

HSL color Cylindrical-coordinate representation of color #871336: hue angle of 341.9º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871336 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1351954-
CMYK00.860.600.47
HSL341.9º75.32%30.2%-
HSV(B)341.9º85.93%52.94%-
XYZ10.895.884.05-
YUV57.67125.93183.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 64.90%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=64.90%
G=9.13%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135195400.860.600.47341.975.3230.2
Hex8713360563C2F1564b1e
Octal20723660126745752611336
Binary100001111001111011001010110111100101111101010110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871336; }

 p { color: rgb(135,19,54); }

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

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

 a { background-color: rgb(135,19,54); }

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

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

 span { border-color: rgb(135,19,54); }

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