Html Css Color HEX #50411A Madras

📋 copy color: '#50411A'

red 80 ◦ green 65 ◦ blue 26

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

Shades of Madras #50411A

Tints of Madras #50411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 46.78%
G = 38.01%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50411A (or 0x50411A) is known color: Madras. HEX triplet: 50, 41 and 1A. RGB value is (80,65,26). Sum of RGB (Red+Green+Blue) = 80+65+26=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #50411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50411A is #AFBEE5. Grayscale: #414141. Windows color (decimal): -11517670 or 1720656. OLE color: 1720656.

HSL color Cylindrical-coordinate representation of color #50411A: hue angle of 43.33º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50411A is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 65 26 -
CMYK 0 0.19 0.67 0.69
HSL 43.33º 0.51% 0.21% -
HSV(B) 43.33º 0.68% 0.31% -
XYZ 5.39 5.56 1.77 -
YUV 65.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 80 65 26 0 0.19 0.67 0.69 43.33 0.51 0.21
Hex 50 41 1A 0 13 43 45 2B 33 15
Octal 120 101 32 0 23 103 105 53 63 25
Binary 1010000 1000001 11010 0 10011 1000011 1000101 101011 110011 10101

Color Harmonies of #50411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50411A

Black with #50411A

Text Example


Text Example

White with #50411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50411A; }

 p { color: rgb(80,65,26); }

 H1.HeaderClassName
 {
   color: #50411A;
 }
 .AnyTagClassName
 {
   color: #50411A;
 }
</style>

background-color css

<style>
 a { background-color: #50411A; }

 a { background-color: rgb(80,65,26); }

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

border-color css

<style>
 span { border-color: #50411A; }

 span { border-color: rgb(80,65,26); }

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