#861729

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

Shades of Scarlett #861729

Tints of Scarlett #861729

Color information

#861729 (or 0x861729) is unknown color: approx Scarlett. HEX triplet: 86, 17 and 29. RGB value is (134,23,41). Sum of RGB (Red+Green+Blue) = 134+23+41=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #861729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861729 is #79E8D6. Grayscale: #3A3A3A. Windows color (decimal): -7989463 or 2692998. OLE color: 2692998.

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

Color convert

RGB1342341-
CMYK00.830.690.47
HSL350.27º70.7%30.78%-
HSV(B)350.27º82.84%52.55%-
XYZ10.545.842.67-
YUV58.24118.27182.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.68%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=67.68%
G=11.62%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134234100.830.690.47350.2770.730.78
Hex861729053452F15e471f
Octal206275101231055753610737
Binary1000011010111101001010100111000101101111101011110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861729; }

 p { color: rgb(134,23,41); }

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

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

 a { background-color: rgb(134,23,41); }

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

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

 span { border-color: rgb(134,23,41); }

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