#413801

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

Shades of Madras #413801

Tints of Madras #413801

Color information

#413801 (or 0x413801) is unknown color: approx Madras. HEX triplet: 41, 38 and 01. RGB value is (65,56,1). Sum of RGB (Red+Green+Blue) = 65+56+1=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #413801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413801 is #BEC7FE. Grayscale: #343434. Windows color (decimal): -12503039 or 79937. OLE color: 79937.

HSL color Cylindrical-coordinate representation of color #413801: hue angle of 51.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #413801 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB65561-
CMYK00.140.980.75
HSL51.56º96.97%12.94%-
HSV(B)51.56º98.46%25.49%-
XYZ3.63.950.6-
YUV52.4298.98136.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=53.28%
G=45.90%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6556100.140.980.7551.5696.9712.94
Hex413810E624B3461d
Octal1017010161421136414115
Binary10000011110001011101100010100101111010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413801; }

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

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

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

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

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

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

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

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