#511714

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

Shades of Red Oxide #511714

Tints of Red Oxide #511714

Color information

#511714 (or 0x511714) is unknown color: approx Red Oxide. HEX triplet: 51, 17 and 14. RGB value is (81,23,20). Sum of RGB (Red+Green+Blue) = 81+23+20=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #511714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511714 is #AEE8EB. Grayscale: #282828. Windows color (decimal): -11462892 or 1316689. OLE color: 1316689.

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

Color convert

RGB812320-
CMYK00.720.750.68
HSL2.95º60.4%19.8%-
HSV(B)2.95º75.31%31.76%-
XYZ3.832.410.93-
YUV40116.72157.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.32%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=65.32%
G=18.55%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81232000.720.750.682.9560.419.8
Hex5117140484B4433c14
Octal1212724011011310437424
Binary1010001101111010001001000100101110001001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511714; }

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

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

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

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

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

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

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

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