#51411B

Color #51411B Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #51411B

Tints of Madras #51411B

Color information

#51411B (or 0x51411B) is unknown color: approx Madras. HEX triplet: 51, 41 and 1B. RGB value is (81,65,27). Sum of RGB (Red+Green+Blue) = 81+65+27=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51411B is #AEBEE4. Grayscale: #414141. Windows color (decimal): -11452133 or 1786193. OLE color: 1786193.

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

Color convert

RGB816527-
CMYK00.200.670.68
HSL42.22º50%21.18%-
HSV(B)42.22º66.67%31.76%-
XYZ5.485.611.83-
YUV65.45106.3139.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 27 (10.94% from 255) = 15.61%
R=46.82%
G=37.57%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81652700.200.670.6842.225021.18
Hex51411B01443442a3215
Octal12110133024103104526225
Binary10100011000001110110101001000011100010010101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51411B; }

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

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

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

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

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

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

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

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