#510907

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

Shades of Red Oxide #510907

Tints of Red Oxide #510907

Color information

#510907 (or 0x510907) is unknown color: approx Red Oxide. HEX triplet: 51, 09 and 07. RGB value is (81,9,7). Sum of RGB (Red+Green+Blue) = 81+9+7=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #510907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510907 is #AEF6F8. Grayscale: #1E1E1E. Windows color (decimal): -11466489 or 461137. OLE color: 461137.

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

Color convert

RGB8197-
CMYK00.890.910.68
HSL1.62º84.09%17.25%-
HSV(B)1.62º91.36%31.76%-
XYZ3.531.960.39-
YUV30.3114.85164.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 83.51%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=83.51%
G=9.28%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal819700.890.910.681.6284.0917.25
Hex51970595B4425411
Octal1211170131133104212421
Binary10100011001111010110011011011100010010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510907; }

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

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

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

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

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

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

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

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