Html Css Color HEX #50401D Madras

📋 copy color: '#50401D'

red 80 ◦ green 64 ◦ blue 29

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

Shades of Madras #50401D

Tints of Madras #50401D

RGB

 RED value IS 80 (31.64% from 255) = 46.24%

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

 BLUE value IS 29 (11.72% from 255) = 16.76%

R = 46.24%
G = 36.99%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50401D (or 0x50401D) is known color: Madras. HEX triplet: 50, 40 and 1D. RGB value is (80,64,29). Sum of RGB (Red+Green+Blue) = 80+64+29=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #50401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50401D is #AFBFE2. Grayscale: #404040. Windows color (decimal): -11517923 or 1917008. OLE color: 1917008.

HSL color Cylindrical-coordinate representation of color #50401D: hue angle of 41.18º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50401D is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 29 -
CMYK 0 0.20 0.64 0.69
HSL 41.18º 0.47% 0.21% -
HSV(B) 41.18º 0.64% 0.31% -
XYZ 5.36 5.46 1.93 -
YUV 64.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 80 64 29 0 0.20 0.64 0.69 41.18 0.47 0.21
Hex 50 40 1D 0 14 40 45 29 2F 15
Octal 120 100 35 0 24 100 105 51 57 25
Binary 1010000 1000000 11101 0 10100 1000000 1000101 101001 101111 10101

Color Harmonies of #50401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50401D

Black with #50401D

Text Example


Text Example

White with #50401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50401D; }

 p { color: rgb(80,64,29); }

 H1.HeaderClassName
 {
   color: #50401D;
 }
 .AnyTagClassName
 {
   color: #50401D;
 }
</style>

background-color css

<style>
 a { background-color: #50401D; }

 a { background-color: rgb(80,64,29); }

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

border-color css

<style>
 span { border-color: #50401D; }

 span { border-color: rgb(80,64,29); }

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