Html Css Color HEX #51400B Madras

📋 copy color: '#51400B'

red 81 ◦ green 64 ◦ blue 11

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

Shades of Madras #51400B

Tints of Madras #51400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 51.92%
G = 41.03%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#51400B (or 0x51400B) is known color: Madras. HEX triplet: 51, 40 and 0B. RGB value is (81,64,11). Sum of RGB (Red+Green+Blue) = 81+64+11=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #51400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51400B is #AEBFF4. Grayscale: #3F3F3F. Windows color (decimal): -11452405 or 737361. OLE color: 737361.

HSL color Cylindrical-coordinate representation of color #51400B: hue angle of 45.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51400B is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 11 -
CMYK 0 0.21 0.86 0.68
HSL 45.43º 0.76% 0.18% -
HSV(B) 45.43º 0.86% 0.32% -
XYZ 5.29 5.44 1.09 -
YUV 63.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 81 64 11 0 0.21 0.86 0.68 45.43 0.76 0.18
Hex 51 40 B 0 15 56 44 2D 4C 12
Octal 121 100 13 0 25 126 104 55 114 22
Binary 1010001 1000000 1011 0 10101 1010110 1000100 101101 1001100 10010

Color Harmonies of #51400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51400B

Black with #51400B

Text Example


Text Example

White with #51400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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