#861439

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

Shades of Scarlett #861439

Tints of Scarlett #861439

Color information

#861439 (or 0x861439) is unknown color: approx Scarlett. HEX triplet: 86, 14 and 39. RGB value is (134,20,57). Sum of RGB (Red+Green+Blue) = 134+20+57=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #861439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861439 is #79EBC6. Grayscale: #3A3A3A. Windows color (decimal): -7990215 or 3740806. OLE color: 3740806.

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

Color convert

RGB1342057-
CMYK00.850.570.47
HSL340.53º74.03%30.2%-
HSV(B)340.53º85.07%52.55%-
XYZ10.825.864.43-
YUV58.3127.27181.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=63.51%
G=9.48%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134205700.850.570.47340.5374.0330.2
Hex861439055392F1554a1e
Octal20624710125715752511236
Binary100001101010011100101010101111001101111101010101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861439; }

 p { color: rgb(134,20,57); }

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

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

 a { background-color: rgb(134,20,57); }

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

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

 span { border-color: rgb(134,20,57); }

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