#86152C

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

Shades of Scarlett #86152C

Tints of Scarlett #86152C

Color information

#86152C (or 0x86152C) is unknown color: approx Scarlett. HEX triplet: 86, 15 and 2C. RGB value is (134,21,44). Sum of RGB (Red+Green+Blue) = 134+21+44=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86152C is #79EAD3. Grayscale: #393939. Windows color (decimal): -7989972 or 2889094. OLE color: 2889094.

HSL color Cylindrical-coordinate representation of color #86152C: hue angle of 347.79º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86152C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1342144-
CMYK00.840.670.47
HSL347.79º72.9%30.39%-
HSV(B)347.79º84.33%52.55%-
XYZ10.555.792.94-
YUV57.41120.44182.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=67.34%
G=10.55%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134214400.840.670.47347.7972.930.39
Hex86152C054432F15c491e
Octal206255401241035753411136
Binary1000011010101101100010101001000011101111101011100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86152C; }

 p { color: rgb(134,21,44); }

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

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

 a { background-color: rgb(134,21,44); }

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

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

 span { border-color: rgb(134,21,44); }

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