#861537

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

Shades of Scarlett #861537

Tints of Scarlett #861537

Color information

#861537 (or 0x861537) is unknown color: approx Scarlett. HEX triplet: 86, 15 and 37. RGB value is (134,21,55). Sum of RGB (Red+Green+Blue) = 134+21+55=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #861537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861537 is #79EAC8. Grayscale: #3A3A3A. Windows color (decimal): -7989961 or 3609990. OLE color: 3609990.

HSL color Cylindrical-coordinate representation of color #861537: hue angle of 341.95º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861537 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1342155-
CMYK00.840.590.47
HSL341.95º72.9%30.39%-
HSV(B)341.95º84.33%52.55%-
XYZ10.795.884.18-
YUV58.66125.94181.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.81%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 55 (21.88% from 255) = 26.19%
R=63.81%
G=10%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134215500.840.590.47341.9572.930.39
Hex8615370543B2F156491e
Octal20625670124735752611136
Binary100001101010111011101010100111011101111101010110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861537; }

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

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

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

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

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

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

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

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