Html Css Color HEX #50421A Madras

📋 copy color: '#50421A'

red 80 ◦ green 66 ◦ blue 26

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

Shades of Madras #50421A

Tints of Madras #50421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.37%

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

R = 46.51%
G = 38.37%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50421A (or 0x50421A) is known color: Madras. HEX triplet: 50, 42 and 1A. RGB value is (80,66,26). Sum of RGB (Red+Green+Blue) = 80+66+26=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50421A is #AFBDE5. Grayscale: #414141. Windows color (decimal): -11517414 or 1720912. OLE color: 1720912.

HSL color Cylindrical-coordinate representation of color #50421A: hue angle of 44.44º 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 #50421A is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 26 -
CMYK 0 0.17 0.67 0.69
HSL 44.44º 0.51% 0.21% -
HSV(B) 44.44º 0.68% 0.31% -
XYZ 5.44 5.68 1.79 -
YUV 65.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 80 66 26 0 0.17 0.67 0.69 44.44 0.51 0.21
Hex 50 42 1A 0 11 43 45 2C 33 15
Octal 120 102 32 0 21 103 105 54 63 25
Binary 1010000 1000010 11010 0 10001 1000011 1000101 101100 110011 10101

Color Harmonies of #50421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50421A

Black with #50421A

Text Example


Text Example

White with #50421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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