Html Css Color HEX #51400D Madras

📋 copy color: '#51400D'

red 81 ◦ green 64 ◦ blue 13

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

Shades of Madras #51400D

Tints of Madras #51400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.51%

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

R = 51.27%
G = 40.51%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#51400D (or 0x51400D) is known color: Madras. HEX triplet: 51, 40 and 0D. RGB value is (81,64,13). Sum of RGB (Red+Green+Blue) = 81+64+13=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51400D is #AEBFF2. Grayscale: #3F3F3F. Windows color (decimal): -11452403 or 868433. OLE color: 868433.

HSL color Cylindrical-coordinate representation of color #51400D: hue angle of 45º 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 #51400D is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 13 -
CMYK 0 0.21 0.84 0.68
HSL 45º 0.72% 0.18% -
HSV(B) 45º 0.84% 0.32% -
XYZ 5.3 5.45 1.15 -
YUV 63.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 81 64 13 0 0.21 0.84 0.68 45 0.72 0.18
Hex 51 40 D 0 15 54 44 2D 48 12
Octal 121 100 15 0 25 124 104 55 110 22
Binary 1010001 1000000 1101 0 10101 1010100 1000100 101101 1001000 10010

Color Harmonies of #51400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51400D

Black with #51400D

Text Example


Text Example

White with #51400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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