#511409

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

Shades of Red Oxide #511409

Tints of Red Oxide #511409

Color information

#511409 (or 0x511409) is unknown color: approx Red Oxide. HEX triplet: 51, 14 and 09. RGB value is (81,20,9). Sum of RGB (Red+Green+Blue) = 81+20+9=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #511409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511409 is #AEEBF6. Grayscale: #252525. Windows color (decimal): -11463671 or 595025. OLE color: 595025.

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

Color convert

RGB81209-
CMYK00.750.890.68
HSL9.17º80%17.65%-
HSV(B)9.17º88.89%31.76%-
XYZ3.692.270.5-
YUV36.98112.21159.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 73.64%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=73.64%
G=18.18%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8120900.750.890.689.178017.65
Hex5114904B594495012
Octal121241101131311041112022
Binary101000110100100101001011101100110001001001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511409; }

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

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

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

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

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

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

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

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