Html Css Color HEX #51440D Madras

📋 copy color: '#51440D'

red 81 ◦ green 68 ◦ blue 13

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

Shades of Madras #51440D

Tints of Madras #51440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.02%

R = 50%
G = 41.98%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#51440D (or 0x51440D) is known color: Madras. HEX triplet: 51, 44 and 0D. RGB value is (81,68,13). Sum of RGB (Red+Green+Blue) = 81+68+13=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51440D is #AEBBF2. Grayscale: #414141. Windows color (decimal): -11451379 or 869457. OLE color: 869457.

HSL color Cylindrical-coordinate representation of color #51440D: hue angle of 48.53º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51440D is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 68 13 -
CMYK 0 0.16 0.84 0.68
HSL 48.53º 0.72% 0.18% -
HSV(B) 48.53º 0.84% 0.32% -
XYZ 5.53 5.91 1.23 -
YUV 65.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 81 68 13 0 0.16 0.84 0.68 48.53 0.72 0.18
Hex 51 44 D 0 10 54 44 31 48 12
Octal 121 104 15 0 20 124 104 61 110 22
Binary 1010001 1000100 1101 0 10000 1010100 1000100 110001 1001000 10010

Color Harmonies of #51440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51440D

Black with #51440D

Text Example


Text Example

White with #51440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51440D;
 }
 .AnyTagClassName
 {
   color: #51440D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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