#510905

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

Shades of Red Oxide #510905

Tints of Red Oxide #510905

Color information

#510905 (or 0x510905) is unknown color: approx Red Oxide. HEX triplet: 51, 09 and 05. RGB value is (81,9,5). Sum of RGB (Red+Green+Blue) = 81+9+5=95 (12% of max value = 765). Red value is 81 (32.03% from 255 or 85.26% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 81 - color contains mainly: red. Hex color #510905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510905 is #AEF6FA. Grayscale: #1E1E1E. Windows color (decimal): -11466491 or 330065. OLE color: 330065.

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

Color convert

RGB8195-
CMYK00.890.940.68
HSL3.16º88.37%16.86%-
HSV(B)3.16º93.83%31.76%-
XYZ3.521.960.34-
YUV30.07113.85164.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 85.26%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=85.26%
G=9.47%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal819500.890.940.683.1688.3716.86
Hex51950595E4435811
Octal1211150131136104313021
Binary10100011001101010110011011110100010011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510905; }

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

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

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

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

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

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

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

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