Html Css Color HEX #504101 Madras

📋 copy color: '#504101'

red 80 ◦ green 65 ◦ blue 1

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

Shades of Madras #504101

Tints of Madras #504101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 54.79%
G = 44.52%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#504101 (or 0x504101) is known color: Madras. HEX triplet: 50, 41 and 01. RGB value is (80,65,1). Sum of RGB (Red+Green+Blue) = 80+65+1=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #504101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504101 is #AFBEFE. Grayscale: #3E3E3E. Windows color (decimal): -11517695 or 82256. OLE color: 82256.

HSL color Cylindrical-coordinate representation of color #504101: hue angle of 48.61º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #504101 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 65 1 -
CMYK 0 0.19 0.99 0.69
HSL 48.61º 0.98% 0.16% -
HSV(B) 48.61º 0.99% 0.31% -
XYZ 5.2 5.49 0.81 -
YUV 62.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 80 65 1 0 0.19 0.99 0.69 48.61 0.98 0.16
Hex 50 41 1 0 13 63 45 31 62 10
Octal 120 101 1 0 23 143 105 61 142 20
Binary 1010000 1000001 1 0 10011 1100011 1000101 110001 1100010 10000

Color Harmonies of #504101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504101

Black with #504101

Text Example


Text Example

White with #504101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504101; }

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

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

background-color css

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

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

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

border-color css

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

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

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