#511D1A

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

Shades of Red Oxide #511D1A

Tints of Red Oxide #511D1A

Color information

#511D1A (or 0x511D1A) is unknown color: approx Red Oxide. HEX triplet: 51, 1D and 1A. RGB value is (81,29,26). Sum of RGB (Red+Green+Blue) = 81+29+26=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D1A is #AEE2E5. Grayscale: #2C2C2C. Windows color (decimal): -11461350 or 1711441. OLE color: 1711441.

HSL color Cylindrical-coordinate representation of color #511D1A: hue angle of 3.27º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511D1A is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB812926-
CMYK00.640.680.68
HSL3.27º51.4%20.98%-
HSV(B)3.27º67.9%31.76%-
XYZ4.022.71.29-
YUV44.21117.73154.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=59.56%
G=21.32%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81292600.640.680.683.2751.420.98
Hex511D1A040444433315
Octal1213532010010410436325
Binary1010001111011101001000000100010010001001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511D1A; }

 p { color: rgb(81,29,26); }

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

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

 a { background-color: rgb(81,29,26); }

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

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

 span { border-color: rgb(81,29,26); }

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