Html Css Color HEX #51441B Madras

📋 copy color: '#51441B'

red 81 ◦ green 68 ◦ blue 27

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

Shades of Madras #51441B

Tints of Madras #51441B

RGB

 RED value IS 81 (32.03% from 255) = 46.02%

 GREEN value IS 68 (26.95% from 255) = 38.64%

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 46.02%
G = 38.64%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51441B (or 0x51441B) is known color: Madras. HEX triplet: 51, 44 and 1B. RGB value is (81,68,27). Sum of RGB (Red+Green+Blue) = 81+68+27=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51441B is #AEBBE4. Grayscale: #434343. Windows color (decimal): -11451365 or 1786961. OLE color: 1786961.

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

Color convert

RGB 81 68 27 -
CMYK 0 0.16 0.67 0.68
HSL 45.56º 0.5% 0.21% -
HSV(B) 45.56º 0.67% 0.32% -
XYZ 5.66 5.96 1.89 -
YUV 67.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 81 68 27 0 0.16 0.67 0.68 45.56 0.5 0.21
Hex 51 44 1B 0 10 43 44 2E 32 15
Octal 121 104 33 0 20 103 104 56 62 25
Binary 1010001 1000100 11011 0 10000 1000011 1000100 101110 110010 10101

Color Harmonies of #51441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51441B

Black with #51441B

Text Example


Text Example

White with #51441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51441B;
 }
 .AnyTagClassName
 {
   color: #51441B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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