#861830

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

Shades of Scarlett #861830

Tints of Scarlett #861830

Color information

#861830 (or 0x861830) is unknown color: approx Scarlett. HEX triplet: 86, 18 and 30. RGB value is (134,24,48). Sum of RGB (Red+Green+Blue) = 134+24+48=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #861830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861830 is #79E7CF. Grayscale: #3B3B3B. Windows color (decimal): -7989200 or 3152006. OLE color: 3152006.

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

Color convert

RGB1342448-
CMYK00.820.640.47
HSL346.91º69.62%30.98%-
HSV(B)346.91º82.09%52.55%-
XYZ10.695.943.38-
YUV59.63121.44181.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.05%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=65.05%
G=11.65%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134244800.820.640.47346.9169.6230.98
Hex861830052402F15b461f
Octal206306001221005753310637
Binary1000011011000110000010100101000000101111101011011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861830; }

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

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

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

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

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

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

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

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