#511C18

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

Shades of Red Oxide #511C18

Tints of Red Oxide #511C18

Color information

#511C18 (or 0x511C18) is unknown color: approx Red Oxide. HEX triplet: 51, 1C and 18. RGB value is (81,28,24). Sum of RGB (Red+Green+Blue) = 81+28+24=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C18 is #AEE3E7. Grayscale: #2B2B2B. Windows color (decimal): -11461608 or 1580113. OLE color: 1580113.

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

Color convert

RGB812824-
CMYK00.650.700.68
HSL4.21º54.29%20.59%-
HSV(B)4.21º70.37%31.76%-
XYZ3.972.651.17-
YUV43.39117.06154.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=60.90%
G=21.05%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81282400.650.700.684.2154.2920.59
Hex511C18041464443615
Octal1213430010110610446625
Binary10100011110011000010000011000110100010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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