#871339

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

Shades of Scarlett #871339

Tints of Scarlett #871339

Color information

#871339 (or 0x871339) is unknown color: approx Scarlett. HEX triplet: 87, 13 and 39. RGB value is (135,19,57). Sum of RGB (Red+Green+Blue) = 135+19+57=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #871339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871339 is #78ECC6. Grayscale: #393939. Windows color (decimal): -7924935 or 3740551. OLE color: 3740551.

HSL color Cylindrical-coordinate representation of color #871339: hue angle of 340.34º 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 #871339 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1351957-
CMYK00.860.580.47
HSL340.34º75.32%30.2%-
HSV(B)340.34º85.93%52.94%-
XYZ10.965.914.43-
YUV58.02127.43182.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.98%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=63.98%
G=9.00%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135195700.860.580.47340.3475.3230.2
Hex8713390563A2F1544b1e
Octal20723710126725752411336
Binary100001111001111100101010110111010101111101010100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871339; }

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

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

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

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

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

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

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

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