#511510

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

Shades of Red Oxide #511510

Tints of Red Oxide #511510

Color information

#511510 (or 0x511510) is unknown color: approx Red Oxide. HEX triplet: 51, 15 and 10. RGB value is (81,21,16). Sum of RGB (Red+Green+Blue) = 81+21+16=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #511510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511510 is #AEEAEF. Grayscale: #262626. Windows color (decimal): -11463408 or 1054033. OLE color: 1054033.

HSL color Cylindrical-coordinate representation of color #511510: hue angle of 4.62º 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 #511510 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB812116-
CMYK00.740.800.68
HSL4.62º67.01%19.02%-
HSV(B)4.62º80.25%31.76%-
XYZ3.762.320.74-
YUV38.37115.38158.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.64%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=68.64%
G=17.80%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81211600.740.800.684.6267.0119.02
Hex51151004A504454313
Octal12125200112120104510323
Binary101000110101100000100101010100001000100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511510; }

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

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

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

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

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

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

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

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