#511C1B

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

Shades of Red Oxide #511C1B

Tints of Red Oxide #511C1B

Color information

#511C1B (or 0x511C1B) is unknown color: approx Red Oxide. HEX triplet: 51, 1C and 1B. RGB value is (81,28,27). Sum of RGB (Red+Green+Blue) = 81+28+27=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C1B is #AEE3E4. Grayscale: #2B2B2B. Windows color (decimal): -11461605 or 1776721. OLE color: 1776721.

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

Color convert

RGB812827-
CMYK00.650.670.68
HSL1.11º50%21.18%-
HSV(B)1.11º66.67%31.76%-
XYZ4.012.661.34-
YUV43.73118.56154.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 28 (11.33% from 255) = 20.59%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=59.56%
G=20.59%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81282700.650.670.681.115021.18
Hex511C1B041434413215
Octal1213433010110310416225
Binary101000111100110110100000110000111000100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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