#510909

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

Shades of Red Oxide #510909

Tints of Red Oxide #510909

Color information

#510909 (or 0x510909) is unknown color: approx Red Oxide. HEX triplet: 51, 09 and 09. RGB value is (81,9,9). Sum of RGB (Red+Green+Blue) = 81+9+9=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #510909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510909 is #AEF6F6. Grayscale: #1E1E1E. Windows color (decimal): -11466487 or 592209. OLE color: 592209.

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

Color convert

RGB8199-
CMYK00.890.890.68
HSL80%17.65%-
HSV(B)88.89%31.76%-
XYZ3.541.960.45-
YUV30.53115.85164-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 81.82%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=81.82%
G=9.09%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal819900.890.890.6808017.65
Hex5199059594405012
Octal12111110131131104012022
Binary10100011001100101011001101100110001000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510909; }

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

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

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

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

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

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

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

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