#86122D

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

Shades of Scarlett #86122D

Tints of Scarlett #86122D

Color information

#86122D (or 0x86122D) is unknown color: approx Scarlett. HEX triplet: 86, 12 and 2D. RGB value is (134,18,45). Sum of RGB (Red+Green+Blue) = 134+18+45=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86122D is #79EDD2. Grayscale: #373737. Windows color (decimal): -7990739 or 2953862. OLE color: 2953862.

HSL color Cylindrical-coordinate representation of color #86122D: hue angle of 346.03º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86122D is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1341845-
CMYK00.870.660.47
HSL346.03º76.32%29.8%-
HSV(B)346.03º86.57%52.55%-
XYZ10.525.693.03-
YUV55.76121.93183.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=68.02%
G=9.14%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134184500.870.660.47346.0376.3229.8
Hex86122D057422F15a4c1e
Octal206225501271025753211436
Binary1000011010010101101010101111000010101111101011010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86122D; }

 p { color: rgb(134,18,45); }

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

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

 a { background-color: rgb(134,18,45); }

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

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

 span { border-color: rgb(134,18,45); }

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