#51411D

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

Shades of Madras #51411D

Tints of Madras #51411D

Color information

#51411D (or 0x51411D) is unknown color: approx Madras. HEX triplet: 51, 41 and 1D. RGB value is (81,65,29). Sum of RGB (Red+Green+Blue) = 81+65+29=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51411D is #AEBEE2. Grayscale: #414141. Windows color (decimal): -11452131 or 1917265. OLE color: 1917265.

HSL color Cylindrical-coordinate representation of color #51411D: hue angle of 41.54º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51411D is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB816529-
CMYK00.200.640.68
HSL41.54º47.27%21.57%-
HSV(B)41.54º64.2%31.76%-
XYZ5.515.621.96-
YUV65.68107.3138.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=46.29%
G=37.14%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81652900.200.640.6841.5447.2721.57
Hex51411D01440442a2f16
Octal12110135024100104525726
Binary10100011000001111010101001000000100010010101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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