#511001

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

Shades of Red Oxide #511001

Tints of Red Oxide #511001

Color information

#511001 (or 0x511001) is unknown color: approx Red Oxide. HEX triplet: 51, 10 and 01. RGB value is (81,16,1). Sum of RGB (Red+Green+Blue) = 81+16+1=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #511001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511001 is #AEEFFE. Grayscale: #212121. Windows color (decimal): -11464703 or 69713. OLE color: 69713.

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

Color convert

RGB81161-
CMYK00.800.990.68
HSL11.25º97.56%16.08%-
HSV(B)11.25º98.77%31.76%-
XYZ3.582.120.25-
YUV33.72109.53161.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 82.65%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=82.65%
G=16.33%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8116100.800.990.6811.2597.5616.08
Hex511010506344b6210
Octal12120101201431041314220
Binary101000110000101010000110001110001001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511001; }

 p { color: rgb(81,16,1); }

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

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

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

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

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

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

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