#861133

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

Shades of Scarlett #861133

Tints of Scarlett #861133

Color information

#861133 (or 0x861133) is unknown color: approx Scarlett. HEX triplet: 86, 11 and 33. RGB value is (134,17,51). Sum of RGB (Red+Green+Blue) = 134+17+51=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #861133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861133 is #79EECC. Grayscale: #373737. Windows color (decimal): -7990989 or 3346822. OLE color: 3346822.

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

Color convert

RGB1341751-
CMYK00.870.620.47
HSL342.56º77.48%29.61%-
HSV(B)342.56º87.31%52.55%-
XYZ10.635.713.67-
YUV55.86125.26183.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.34%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=66.34%
G=8.42%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134175100.870.620.47342.5677.4829.61
Hex8611330573E2F1574d1e
Octal20621630127765752711536
Binary100001101000111001101010111111110101111101010111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861133; }

 p { color: rgb(134,17,51); }

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

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

 a { background-color: rgb(134,17,51); }

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

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

 span { border-color: rgb(134,17,51); }

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