#413903

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

Shades of Madras #413903

Tints of Madras #413903

Color information

#413903 (or 0x413903) is unknown color: approx Madras. HEX triplet: 41, 39 and 03. RGB value is (65,57,3). Sum of RGB (Red+Green+Blue) = 65+57+3=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413903 is #BEC6FC. Grayscale: #353535. Windows color (decimal): -12502781 or 211265. OLE color: 211265.

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

Color convert

RGB65573-
CMYK00.120.950.75
HSL52.26º91.18%13.33%-
HSV(B)52.26º95.38%25.49%-
XYZ3.664.060.68-
YUV53.2499.65136.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=52%
G=45.6%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6557300.120.950.7552.2691.1813.33
Hex413930C5F4B345bd
Octal1017130141371136413315
Binary100000111100111011001011111100101111010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413903; }

 p { color: rgb(65,57,3); }

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

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

 a { background-color: rgb(65,57,3); }

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

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

 span { border-color: rgb(65,57,3); }

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