#861336

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

Shades of Scarlett #861336

Tints of Scarlett #861336

Color information

#861336 (or 0x861336) is unknown color: approx Scarlett. HEX triplet: 86, 13 and 36. RGB value is (134,19,54). Sum of RGB (Red+Green+Blue) = 134+19+54=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #861336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861336 is #79ECC9. Grayscale: #393939. Windows color (decimal): -7990474 or 3543942. OLE color: 3543942.

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

Color convert

RGB1341954-
CMYK00.860.600.47
HSL341.74º75.16%30%-
HSV(B)341.74º85.82%52.55%-
XYZ10.735.84.04-
YUV57.37126.1182.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.73%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=64.73%
G=9.18%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134195400.860.600.47341.7475.1630
Hex8613360563C2F1564b1e
Octal20623660126745752611336
Binary100001101001111011001010110111100101111101010110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861336; }

 p { color: rgb(134,19,54); }

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

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

 a { background-color: rgb(134,19,54); }

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

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

 span { border-color: rgb(134,19,54); }

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