#511910

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

Shades of Red Oxide #511910

Tints of Red Oxide #511910

Color information

#511910 (or 0x511910) is unknown color: approx Red Oxide. HEX triplet: 51, 19 and 10. RGB value is (81,25,16). Sum of RGB (Red+Green+Blue) = 81+25+16=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511910 is #AEE6EF. Grayscale: #282828. Windows color (decimal): -11462384 or 1055057. OLE color: 1055057.

HSL color Cylindrical-coordinate representation of color #511910: hue angle of 8.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511910 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB812516-
CMYK00.690.800.68
HSL8.31º67.01%19.02%-
HSV(B)8.31º80.25%31.76%-
XYZ3.832.480.77-
YUV40.72114.05156.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.39%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=66.39%
G=20.49%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81251600.690.800.688.3167.0119.02
Hex511910045504484313
Octal121312001051201041010323
Binary1010001110011000001000101101000010001001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511910; }

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

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

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

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

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

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

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

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