#511E1C

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

Shades of Red Oxide #511E1C

Tints of Red Oxide #511E1C

Color information

#511E1C (or 0x511E1C) is unknown color: approx Red Oxide. HEX triplet: 51, 1E and 1C. RGB value is (81,30,28). Sum of RGB (Red+Green+Blue) = 81+30+28=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #511E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E1C is #AEE1E3. Grayscale: #2D2D2D. Windows color (decimal): -11461092 or 1842769. OLE color: 1842769.

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

Color convert

RGB813028-
CMYK00.630.650.68
HSL2.26º48.62%21.37%-
HSV(B)2.26º65.43%31.76%-
XYZ4.072.761.42-
YUV45.02118.4153.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.27%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=58.27%
G=21.58%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81302800.630.650.682.2648.6221.37
Hex511E1C03F414423115
Octal121363407710110426125
Binary101000111110111000111111100000110001001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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