#861327

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

Shades of Scarlett #861327

Tints of Scarlett #861327

Color information

#861327 (or 0x861327) is unknown color: approx Scarlett. HEX triplet: 86, 13 and 27. RGB value is (134,19,39). Sum of RGB (Red+Green+Blue) = 134+19+39=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #861327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861327 is #79ECD8. Grayscale: #373737. Windows color (decimal): -7990489 or 2560902. OLE color: 2560902.

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

Color convert

RGB1341939-
CMYK00.860.710.47
HSL349.57º75.16%30%-
HSV(B)349.57º85.82%52.55%-
XYZ10.435.682.47-
YUV55.66118.6183.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.79%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=69.79%
G=9.90%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134193900.860.710.47349.5775.1630
Hex861327056472F15e4b1e
Octal206234701261075753611336
Binary1000011010011100111010101101000111101111101011110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861327; }

 p { color: rgb(134,19,39); }

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

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

 a { background-color: rgb(134,19,39); }

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

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

 span { border-color: rgb(134,19,39); }

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