#511B14

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

Shades of Red Oxide #511B14

Tints of Red Oxide #511B14

Color information

#511B14 (or 0x511B14) is unknown color: approx Red Oxide. HEX triplet: 51, 1B and 14. RGB value is (81,27,20). Sum of RGB (Red+Green+Blue) = 81+27+20=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #511B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B14 is #AEE4EB. Grayscale: #2A2A2A. Windows color (decimal): -11461868 or 1317713. OLE color: 1317713.

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

Color convert

RGB812720-
CMYK00.670.750.68
HSL6.89º60.4%19.8%-
HSV(B)6.89º75.31%31.76%-
XYZ3.912.580.95-
YUV42.35115.39155.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=63.28%
G=21.09%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81272000.670.750.686.8960.419.8
Hex511B140434B4473c14
Octal1213324010311310477424
Binary10100011101110100010000111001011100010011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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