#861928

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

Shades of Scarlett #861928

Tints of Scarlett #861928

Color information

#861928 (or 0x861928) is unknown color: approx Scarlett. HEX triplet: 86, 19 and 28. RGB value is (134,25,40). Sum of RGB (Red+Green+Blue) = 134+25+40=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #861928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861928 is #79E6D7. Grayscale: #3B3B3B. Windows color (decimal): -7988952 or 2627974. OLE color: 2627974.

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

Color convert

RGB1342540-
CMYK00.810.700.47
HSL351.74º68.55%31.18%-
HSV(B)351.74º81.34%52.55%-
XYZ10.565.922.59-
YUV59.3117.11181.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=67.34%
G=12.56%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134254000.810.700.47351.7468.5531.18
Hex861928051462F160451f
Octal206315001211065754010537
Binary1000011011001101000010100011000110101111101100000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861928; }

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

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

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

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

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

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

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

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