Html Css Color HEX #51411B Madras

📋 copy color: '#51411B'

red 81 ◦ green 65 ◦ blue 27

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

Shades of Madras #51411B

Tints of Madras #51411B

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

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 81 65 27 -
CMYK 0 0.20 0.67 0.68
HSL 42.22º 0.5% 0.21% -
HSV(B) 42.22º 0.67% 0.32% -
XYZ 5.48 5.61 1.83 -
YUV 65.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 81 65 27 0 0.20 0.67 0.68 42.22 0.5 0.21
Hex 51 41 1B 0 14 43 44 2A 32 15
Octal 121 101 33 0 24 103 104 52 62 25
Binary 1010001 1000001 11011 0 10100 1000011 1000100 101010 110010 10101

Color Harmonies of #51411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51411B

Black with #51411B

Text Example


Text Example

White with #51411B

Text Example


Text Example

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