Html Css Color HEX #413901 Madras

📋 copy color: '#413901'

red 65 ◦ green 57 ◦ blue 1

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

Shades of Madras #413901

Tints of Madras #413901

RGB

 RED value IS 65 (25.78% from 255) = 52.85%

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

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

R = 52.85%
G = 46.34%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#413901 (or 0x413901) is known color: Madras. HEX triplet: 41, 39 and 01. RGB value is (65,57,1). Sum of RGB (Red+Green+Blue) = 65+57+1=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #413901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413901 is #BEC6FE. Grayscale: #353535. Windows color (decimal): -12502783 or 80193. OLE color: 80193.

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

Color convert

RGB 65 57 1 -
CMYK 0 0.12 0.98 0.75
HSL 52.5º 0.97% 0.13% -
HSV(B) 52.5º 0.98% 0.25% -
XYZ 3.65 4.05 0.62 -
YUV 53.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 65 57 1 0 0.12 0.98 0.75 52.5 0.97 0.13
Hex 41 39 1 0 C 62 4B 34 61 D
Octal 101 71 1 0 14 142 113 64 141 15
Binary 1000001 111001 1 0 1100 1100010 1001011 110100 1100001 1101

Color Harmonies of #413901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413901

Black with #413901

Text Example


Text Example

White with #413901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413901; }

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

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

background-color css

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

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

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

border-color css

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

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

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