#861637

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

Shades of Scarlett #861637

Tints of Scarlett #861637

Color information

#861637 (or 0x861637) is unknown color: approx Scarlett. HEX triplet: 86, 16 and 37. RGB value is (134,22,55). Sum of RGB (Red+Green+Blue) = 134+22+55=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #861637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861637 is #79E9C8. Grayscale: #3B3B3B. Windows color (decimal): -7989705 or 3610246. OLE color: 3610246.

HSL color Cylindrical-coordinate representation of color #861637: hue angle of 342.32º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861637 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1342255-
CMYK00.840.590.47
HSL342.32º71.79%30.59%-
HSV(B)342.32º83.58%52.55%-
XYZ10.815.924.19-
YUV59.25125.61181.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 55 (21.88% from 255) = 26.07%
R=63.51%
G=10.43%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134225500.840.590.47342.3271.7930.59
Hex8616370543B2F156481f
Octal20626670124735752611037
Binary100001101011011011101010100111011101111101010110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861637; }

 p { color: rgb(134,22,55); }

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

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

 a { background-color: rgb(134,22,55); }

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

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

 span { border-color: rgb(134,22,55); }

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