#511917

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

Shades of Red Oxide #511917

Tints of Red Oxide #511917

Color information

#511917 (or 0x511917) is unknown color: approx Red Oxide. HEX triplet: 51, 19 and 17. RGB value is (81,25,23). Sum of RGB (Red+Green+Blue) = 81+25+23=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #511917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511917 is #AEE6E8. Grayscale: #292929. Windows color (decimal): -11462377 or 1513809. OLE color: 1513809.

HSL color Cylindrical-coordinate representation of color #511917: hue angle of 2.07º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511917 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB812523-
CMYK00.690.720.68
HSL2.07º55.77%20.39%-
HSV(B)2.07º71.6%31.76%-
XYZ3.92.511.09-
YUV41.52117.55156.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.79%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=62.79%
G=19.38%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81252300.690.720.682.0755.7720.39
Hex511917045484423814
Octal1213127010511010427024
Binary1010001110011011101000101100100010001001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511917; }

 p { color: rgb(81,25,23); }

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

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

 a { background-color: rgb(81,25,23); }

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

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

 span { border-color: rgb(81,25,23); }

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