Html Css Color HEX #51441F Madras

📋 copy color: '#51441F'

red 81 ◦ green 68 ◦ blue 31

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

Shades of Madras #51441F

Tints of Madras #51441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.78%

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

R = 45%
G = 37.78%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#51441F (or 0x51441F) is known color: Madras. HEX triplet: 51, 44 and 1F. RGB value is (81,68,31). Sum of RGB (Red+Green+Blue) = 81+68+31=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51441F is #AEBBE0. Grayscale: #434343. Windows color (decimal): -11451361 or 2049105. OLE color: 2049105.

HSL color Cylindrical-coordinate representation of color #51441F: hue angle of 44.4º 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 #51441F is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 68 31 -
CMYK 0 0.16 0.62 0.68
HSL 44.4º 0.45% 0.22% -
HSV(B) 44.4º 0.62% 0.32% -
XYZ 5.71 5.98 2.15 -
YUV 67.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 81 68 31 0 0.16 0.62 0.68 44.4 0.45 0.22
Hex 51 44 1F 0 10 3E 44 2C 2D 16
Octal 121 104 37 0 20 76 104 54 55 26
Binary 1010001 1000100 11111 0 10000 111110 1000100 101100 101101 10110

Color Harmonies of #51441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51441F

Black with #51441F

Text Example


Text Example

White with #51441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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