Html Css Color HEX #403901 Madras

📋 copy color: '#403901'

red 64 ◦ green 57 ◦ blue 1

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

Shades of Madras #403901

Tints of Madras #403901

RGB

 RED value IS 64 (25.39% from 255) = 52.46%

 GREEN value IS 57 (22.66% from 255) = 46.72%

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

R = 52.46%
G = 46.72%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#403901 (or 0x403901) is known color: Madras. HEX triplet: 40, 39 and 01. RGB value is (64,57,1). Sum of RGB (Red+Green+Blue) = 64+57+1=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #403901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403901 is #BFC6FE. Grayscale: #343434. Windows color (decimal): -12568319 or 80192. OLE color: 80192.

HSL color Cylindrical-coordinate representation of color #403901: hue angle of 53.33º 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 #403901 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 57 1 -
CMYK 0 0.11 0.98 0.75
HSL 53.33º 0.97% 0.13% -
HSV(B) 53.33º 0.98% 0.25% -
XYZ 3.58 4.02 0.62 -
YUV 52.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 64 57 1 0 0.11 0.98 0.75 53.33 0.97 0.13
Hex 40 39 1 0 B 62 4B 35 61 D
Octal 100 71 1 0 13 142 113 65 141 15
Binary 1000000 111001 1 0 1011 1100010 1001011 110101 1100001 1101

Color Harmonies of #403901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403901

Black with #403901

Text Example


Text Example

White with #403901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403901; }

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

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

background-color css

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

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

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

border-color css

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

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

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