#86162B

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

Shades of Scarlett #86162B

Tints of Scarlett #86162B

Color information

#86162B (or 0x86162B) is unknown color: approx Scarlett. HEX triplet: 86, 16 and 2B. RGB value is (134,22,43). Sum of RGB (Red+Green+Blue) = 134+22+43=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86162B is #79E9D4. Grayscale: #393939. Windows color (decimal): -7989717 or 2823814. OLE color: 2823814.

HSL color Cylindrical-coordinate representation of color #86162B: hue angle of 348.75º 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 #86162B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1342243-
CMYK00.840.680.47
HSL348.75º71.79%30.59%-
HSV(B)348.75º83.58%52.55%-
XYZ10.555.822.85-
YUV57.88119.61182.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=67.34%
G=11.06%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134224300.840.680.47348.7571.7930.59
Hex86162B054442F15d481f
Octal206265301241045753511037
Binary1000011010110101011010101001000100101111101011101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86162B; }

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

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

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

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

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

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

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

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