Html Css Color HEX #51411D Madras

📋 copy color: '#51411D'

red 81 ◦ green 65 ◦ blue 29

#51411D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #51411D

Tints of Madras #51411D

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 value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51411D (or 0x51411D) is known color: 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

RGB 81 65 29 -
CMYK 0 0.20 0.64 0.68
HSL 41.54º 0.47% 0.22% -
HSV(B) 41.54º 0.64% 0.32% -
XYZ 5.51 5.62 1.96 -
YUV 65.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 81 65 29 0 0.20 0.64 0.68 41.54 0.47 0.22
Hex 51 41 1D 0 14 40 44 2A 2F 16
Octal 121 101 35 0 24 100 104 52 57 26
Binary 1010001 1000001 11101 0 10100 1000000 1000100 101010 101111 10110

Color Harmonies of #51411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51411D

Black with #51411D

Text Example


Text Example

White with #51411D

Text Example


Text Example

HTML Codes & Css Web 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>