#86182A

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

Shades of Scarlett #86182A

Tints of Scarlett #86182A

Color information

#86182A (or 0x86182A) is unknown color: approx Scarlett. HEX triplet: 86, 18 and 2A. RGB value is (134,24,42). Sum of RGB (Red+Green+Blue) = 134+24+42=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #86182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86182A is #79E7D5. Grayscale: #3A3A3A. Windows color (decimal): -7989206 or 2758790. OLE color: 2758790.

HSL color Cylindrical-coordinate representation of color #86182A: hue angle of 350.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86182A is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1342442-
CMYK00.820.690.47
HSL350.18º69.62%30.98%-
HSV(B)350.18º82.09%52.55%-
XYZ10.585.892.77-
YUV58.94118.44181.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 42 (16.80% from 255) = 21%
R=67%
G=12%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134244200.820.690.47350.1869.6230.98
Hex86182A052452F15e461f
Octal206305201221055753610637
Binary1000011011000101010010100101000101101111101011110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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