#511607

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

Shades of Red Oxide #511607

Tints of Red Oxide #511607

Color information

#511607 (or 0x511607) is unknown color: approx Red Oxide. HEX triplet: 51, 16 and 07. RGB value is (81,22,7). Sum of RGB (Red+Green+Blue) = 81+22+7=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #511607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511607 is #AEE9F8. Grayscale: #262626. Windows color (decimal): -11463161 or 464465. OLE color: 464465.

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

Color convert

RGB81227-
CMYK00.730.910.68
HSL12.16º84.09%17.25%-
HSV(B)12.16º91.36%31.76%-
XYZ3.722.340.46-
YUV37.93110.55158.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 73.64%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=73.64%
G=20%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8122700.730.910.6812.1684.0917.25
Hex511670495B44c5411
Octal12126701111331041412421
Binary10100011011011101001001101101110001001100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511607; }

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

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

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

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

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

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

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

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