#511514

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

Shades of Red Oxide #511514

Tints of Red Oxide #511514

Color information

#511514 (or 0x511514) is unknown color: approx Red Oxide. HEX triplet: 51, 15 and 14. RGB value is (81,21,20). Sum of RGB (Red+Green+Blue) = 81+21+20=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511514 is #AEEAEB. Grayscale: #262626. Windows color (decimal): -11463404 or 1316177. OLE color: 1316177.

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

Color convert

RGB812120-
CMYK00.740.750.68
HSL0.98º60.4%19.8%-
HSV(B)0.98º75.31%31.76%-
XYZ3.792.340.91-
YUV38.83117.38158.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.39%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=66.39%
G=17.21%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81212000.740.750.680.9860.419.8
Hex51151404A4B4413c14
Octal1212524011211310417424
Binary101000110101101000100101010010111000100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511514; }

 p { color: rgb(81,21,20); }

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

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

 a { background-color: rgb(81,21,20); }

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

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

 span { border-color: rgb(81,21,20); }

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