#871236

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

Shades of Scarlett #871236

Tints of Scarlett #871236

Color information

#871236 (or 0x871236) is unknown color: approx Scarlett. HEX triplet: 87, 12 and 36. RGB value is (135,18,54). Sum of RGB (Red+Green+Blue) = 135+18+54=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #871236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871236 is #78EDC9. Grayscale: #393939. Windows color (decimal): -7925194 or 3543687. OLE color: 3543687.

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

Color convert

RGB1351854-
CMYK00.870.600.47
HSL341.54º76.47%30%-
HSV(B)341.54º86.67%52.94%-
XYZ10.875.854.05-
YUV57.09126.26183.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.22%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=65.22%
G=8.70%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135185400.870.600.47341.5476.4730
Hex8712360573C2F1564c1e
Octal20722660127745752611436
Binary100001111001011011001010111111100101111101010110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871236; }

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

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

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

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

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

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

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

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