Html Css Color HEX #51401C Madras

📋 copy color: '#51401C'

red 81 ◦ green 64 ◦ blue 28

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

Shades of Madras #51401C

Tints of Madras #51401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 46.82%
G = 36.99%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51401C (or 0x51401C) is known color: Madras. HEX triplet: 51, 40 and 1C. RGB value is (81,64,28). Sum of RGB (Red+Green+Blue) = 81+64+28=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51401C is #AEBFE3. Grayscale: #414141. Windows color (decimal): -11452388 or 1851473. OLE color: 1851473.

HSL color Cylindrical-coordinate representation of color #51401C: hue angle of 40.75º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51401C is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 28 -
CMYK 0 0.21 0.65 0.68
HSL 40.75º 0.49% 0.21% -
HSV(B) 40.75º 0.65% 0.32% -
XYZ 5.44 5.5 1.87 -
YUV 64.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 81 64 28 0 0.21 0.65 0.68 40.75 0.49 0.21
Hex 51 40 1C 0 15 41 44 29 31 15
Octal 121 100 34 0 25 101 104 51 61 25
Binary 1010001 1000000 11100 0 10101 1000001 1000100 101001 110001 10101

Color Harmonies of #51401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51401C

Black with #51401C

Text Example


Text Example

White with #51401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51401C; }

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

 H1.HeaderClassName
 {
   color: #51401C;
 }
 .AnyTagClassName
 {
   color: #51401C;
 }
</style>

background-color css

<style>
 a { background-color: #51401C; }

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

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

border-color css

<style>
 span { border-color: #51401C; }

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

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