Html Css Color HEX #51410B Madras

📋 copy color: '#51410B'

red 81 ◦ green 65 ◦ blue 11

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

Shades of Madras #51410B

Tints of Madras #51410B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.4%

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

R = 51.59%
G = 41.4%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#51410B (or 0x51410B) is known color: Madras. HEX triplet: 51, 41 and 0B. RGB value is (81,65,11). Sum of RGB (Red+Green+Blue) = 81+65+11=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51410B is #AEBEF4. Grayscale: #3F3F3F. Windows color (decimal): -11452149 or 737617. OLE color: 737617.

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

Color convert

RGB 81 65 11 -
CMYK 0 0.20 0.86 0.68
HSL 46.29º 0.76% 0.18% -
HSV(B) 46.29º 0.86% 0.32% -
XYZ 5.34 5.55 1.11 -
YUV 63.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 81 65 11 0 0.20 0.86 0.68 46.29 0.76 0.18
Hex 51 41 B 0 14 56 44 2E 4C 12
Octal 121 101 13 0 24 126 104 56 114 22
Binary 1010001 1000001 1011 0 10100 1010110 1000100 101110 1001100 10010

Color Harmonies of #51410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51410B

Black with #51410B

Text Example


Text Example

White with #51410B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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