#504001

Color #504001 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #504001

Tints of Madras #504001

Color information

#504001 (or 0x504001) is unknown color: approx Madras. HEX triplet: 50, 40 and 01. RGB value is (80,64,1). Sum of RGB (Red+Green+Blue) = 80+64+1=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #504001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504001 is #AFBFFE. Grayscale: #3D3D3D. Windows color (decimal): -11517951 or 82000. OLE color: 82000.

HSL color Cylindrical-coordinate representation of color #504001: hue angle of 47.85º 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 #504001 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB80641-
CMYK00.200.990.69
HSL47.85º97.53%15.88%-
HSV(B)47.85º98.75%31.37%-
XYZ5.155.370.79-
YUV61.693.8141.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.17%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=55.17%
G=44.14%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8064100.200.990.6947.8597.5315.88
Hex504010146345306210
Octal12010010241431056014220
Binary10100001000000101010011000111000101110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504001; }

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

 H1.HeaderClassName
 {
   color: #504001;
 }
 .AnyTagClassName
 {
   color: #504001;
 }
</style>
background-color css

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

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

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

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

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

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