Html Css Color HEX #51401F Madras

📋 copy color: '#51401F'

red 81 ◦ green 64 ◦ blue 31

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

Shades of Madras #51401F

Tints of Madras #51401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 46.02%
G = 36.36%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#51401F (or 0x51401F) is known color: Madras. HEX triplet: 51, 40 and 1F. RGB value is (81,64,31). Sum of RGB (Red+Green+Blue) = 81+64+31=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51401F is #AEBFE0. Grayscale: #414141. Windows color (decimal): -11452385 or 2048081. OLE color: 2048081.

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

Color convert

RGB 81 64 31 -
CMYK 0 0.21 0.62 0.68
HSL 39.6º 0.45% 0.22% -
HSV(B) 39.6º 0.62% 0.32% -
XYZ 5.47 5.52 2.07 -
YUV 65.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 81 64 31 0 0.21 0.62 0.68 39.6 0.45 0.22
Hex 51 40 1F 0 15 3E 44 28 2D 16
Octal 121 100 37 0 25 76 104 50 55 26
Binary 1010001 1000000 11111 0 10101 111110 1000100 101000 101101 10110

Color Harmonies of #51401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51401F

Black with #51401F

Text Example


Text Example

White with #51401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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