#511818

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

Shades of Red Oxide #511818

Tints of Red Oxide #511818

Color information

#511818 (or 0x511818) is unknown color: approx Red Oxide. HEX triplet: 51, 18 and 18. RGB value is (81,24,24). Sum of RGB (Red+Green+Blue) = 81+24+24=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #511818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511818 is #AEE7E7. Grayscale: #292929. Windows color (decimal): -11462632 or 1579089. OLE color: 1579089.

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

Color convert

RGB812424-
CMYK00.700.700.68
HSL54.29%20.59%-
HSV(B)70.37%31.76%-
XYZ3.882.471.14-
YUV41.04118.38156.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.79%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=62.79%
G=18.60%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81242400.700.700.68054.2920.59
Hex511818046464403615
Octal1213030010610610406625
Binary101000111000110000100011010001101000100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511818; }

 p { color: rgb(81,24,24); }

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

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

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

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

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

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

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