#86162A

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

Shades of Scarlett #86162A

Tints of Scarlett #86162A

Color information

#86162A (or 0x86162A) is unknown color: approx Scarlett. HEX triplet: 86, 16 and 2A. RGB value is (134,22,42). Sum of RGB (Red+Green+Blue) = 134+22+42=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86162A is #79E9D5. Grayscale: #393939. Windows color (decimal): -7989718 or 2758278. OLE color: 2758278.

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

Color convert

RGB1342242-
CMYK00.840.690.47
HSL349.29º71.79%30.59%-
HSV(B)349.29º83.58%52.55%-
XYZ10.545.812.76-
YUV57.77119.11182.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.68%
GREEN value IS 22 (8.98% from 255) = 11.11%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=67.68%
G=11.11%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134224200.840.690.47349.2971.7930.59
Hex86162A054452F15d481f
Octal206265201241055753511037
Binary1000011010110101010010101001000101101111101011101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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