#871434

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

Shades of Scarlett #871434

Tints of Scarlett #871434

Color information

#871434 (or 0x871434) is unknown color: approx Scarlett. HEX triplet: 87, 14 and 34. RGB value is (135,20,52). Sum of RGB (Red+Green+Blue) = 135+20+52=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #871434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871434 is #78EBCB. Grayscale: #3A3A3A. Windows color (decimal): -7924684 or 3413127. OLE color: 3413127.

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

Color convert

RGB1352052-
CMYK00.850.610.47
HSL343.3º74.19%30.39%-
HSV(B)343.3º85.19%52.94%-
XYZ10.865.93.81-
YUV58.03124.6182.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.22%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=65.22%
G=9.66%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135205200.850.610.47343.374.1930.39
Hex8714340553D2F1574a1e
Octal20724640125755752711236
Binary100001111010011010001010101111101101111101010111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871434; }

 p { color: rgb(135,20,52); }

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

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

 a { background-color: rgb(135,20,52); }

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

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

 span { border-color: rgb(135,20,52); }

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