#511509

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

Shades of Red Oxide #511509

Tints of Red Oxide #511509

Color information

#511509 (or 0x511509) is unknown color: approx Red Oxide. HEX triplet: 51, 15 and 09. RGB value is (81,21,9). Sum of RGB (Red+Green+Blue) = 81+21+9=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #511509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511509 is #AEEAF6. Grayscale: #252525. Windows color (decimal): -11463415 or 595281. OLE color: 595281.

HSL color Cylindrical-coordinate representation of color #511509: hue angle of 10º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511509 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81219-
CMYK00.740.890.68
HSL10º80%17.65%-
HSV(B)10º88.89%31.76%-
XYZ3.712.310.51-
YUV37.57111.88158.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.97%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 9 (3.91% from 255) = 8.11%
R=72.97%
G=18.92%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8121900.740.890.68108017.65
Hex5115904A5944a5012
Octal121251101121311041212022
Binary101000110101100101001010101100110001001010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511509; }

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

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

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

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

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

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

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

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