#510902

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

Shades of Red Oxide #510902

Tints of Red Oxide #510902

Color information

#510902 (or 0x510902) is unknown color: approx Red Oxide. HEX triplet: 51, 09 and 02. RGB value is (81,9,2). Sum of RGB (Red+Green+Blue) = 81+9+2=92 (12% of max value = 765). Red value is 81 (32.03% from 255 or 88.04% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 81 - color contains mainly: red. Hex color #510902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510902 is #AEF6FD. Grayscale: #1D1D1D. Windows color (decimal): -11466494 or 133457. OLE color: 133457.

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

Color convert

RGB8192-
CMYK00.890.980.68
HSL5.32º95.18%16.27%-
HSV(B)5.32º97.53%31.76%-
XYZ3.51.950.25-
YUV29.73112.35164.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 88.04%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 2 (1.17% from 255) = 2.17%
R=88.04%
G=9.78%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal819200.890.980.685.3295.1816.27
Hex5192059624455f10
Octal1211120131142104513720
Binary10100011001100101100111000101000100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510902; }

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

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

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

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

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

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

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

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