#861930

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

Shades of Scarlett #861930

Tints of Scarlett #861930

Color information

#861930 (or 0x861930) is unknown color: approx Scarlett. HEX triplet: 86, 19 and 30. RGB value is (134,25,48). Sum of RGB (Red+Green+Blue) = 134+25+48=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #861930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861930 is #79E6CF. Grayscale: #3C3C3C. Windows color (decimal): -7988944 or 3152262. OLE color: 3152262.

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

Color convert

RGB1342548-
CMYK00.810.640.47
HSL347.34º68.55%31.18%-
HSV(B)347.34º81.34%52.55%-
XYZ10.715.983.39-
YUV60.21121.11180.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.73%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=64.73%
G=12.08%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134254800.810.640.47347.3468.5531.18
Hex861930051402F15b451f
Octal206316001211005753310537
Binary1000011011001110000010100011000000101111101011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861930; }

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

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

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

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

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

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

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

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