#861522

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

Shades of Scarlett #861522

Tints of Scarlett #861522

Color information

#861522 (or 0x861522) is unknown color: approx Scarlett. HEX triplet: 86, 15 and 22. RGB value is (134,21,34). Sum of RGB (Red+Green+Blue) = 134+21+34=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #861522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861522 is #79EADD. Grayscale: #383838. Windows color (decimal): -7989982 or 2233734. OLE color: 2233734.

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

Color convert

RGB1342134-
CMYK00.840.750.47
HSL353.1º72.9%30.39%-
HSV(B)353.1º84.33%52.55%-
XYZ10.395.722.07-
YUV56.27115.44183.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.90%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=70.90%
G=11.11%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134213400.840.750.47353.172.930.39
Hex8615220544B2F161491e
Octal206254201241135754111136
Binary1000011010101100010010101001001011101111101100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861522; }

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

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

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

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

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

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

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

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