#86152A

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

Shades of Scarlett #86152A

Tints of Scarlett #86152A

Color information

#86152A (or 0x86152A) is unknown color: approx Scarlett. HEX triplet: 86, 15 and 2A. RGB value is (134,21,42). Sum of RGB (Red+Green+Blue) = 134+21+42=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86152A is #79EAD5. Grayscale: #393939. Windows color (decimal): -7989974 or 2758022. OLE color: 2758022.

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

Color convert

RGB1342142-
CMYK00.840.690.47
HSL348.85º72.9%30.39%-
HSV(B)348.85º84.33%52.55%-
XYZ10.525.772.75-
YUV57.18119.44182.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=68.02%
G=10.66%
B=21.32%

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
Decimal134214200.840.690.47348.8572.930.39
Hex86152A054452F15d491e
Octal206255201241055753511136
Binary1000011010101101010010101001000101101111101011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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