#861927

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

Shades of Scarlett #861927

Tints of Scarlett #861927

Color information

#861927 (or 0x861927) is unknown color: approx Scarlett. HEX triplet: 86, 19 and 27. RGB value is (134,25,39). Sum of RGB (Red+Green+Blue) = 134+25+39=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #861927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861927 is #79E6D8. Grayscale: #3B3B3B. Windows color (decimal): -7988953 or 2562438. OLE color: 2562438.

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

Color convert

RGB1342539-
CMYK00.810.710.47
HSL352.29º68.55%31.18%-
HSV(B)352.29º81.34%52.55%-
XYZ10.555.912.5-
YUV59.19116.61181.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.68%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 39 (15.62% from 255) = 19.70%
R=67.68%
G=12.63%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134253900.810.710.47352.2968.5531.18
Hex861927051472F160451f
Octal206314701211075754010537
Binary1000011011001100111010100011000111101111101100000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861927; }

 p { color: rgb(134,25,39); }

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

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

 a { background-color: rgb(134,25,39); }

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

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

 span { border-color: rgb(134,25,39); }

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