#861837

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

Shades of Scarlett #861837

Tints of Scarlett #861837

Color information

#861837 (or 0x861837) is unknown color: approx Scarlett. HEX triplet: 86, 18 and 37. RGB value is (134,24,55). Sum of RGB (Red+Green+Blue) = 134+24+55=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #861837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861837 is #79E7C8. Grayscale: #3C3C3C. Windows color (decimal): -7989193 or 3610758. OLE color: 3610758.

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

Color convert

RGB1342455-
CMYK00.820.590.47
HSL343.09º69.62%30.98%-
HSV(B)343.09º82.09%52.55%-
XYZ10.8564.2-
YUV60.42124.94180.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 55 (21.88% from 255) = 25.82%
R=62.91%
G=11.27%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134245500.820.590.47343.0969.6230.98
Hex8618370523B2F157461f
Octal20630670122735752710637
Binary100001101100011011101010010111011101111101010111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861837; }

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

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

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

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

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

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

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

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