Html Css Color HEX #413B01 Madras

📋 copy color: '#413B01'

red 65 ◦ green 59 ◦ blue 1

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

Shades of Madras #413B01

Tints of Madras #413B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 47.2%

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

R = 52%
G = 47.2%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#413B01 (or 0x413B01) is known color: Madras. HEX triplet: 41, 3B and 01. RGB value is (65,59,1). Sum of RGB (Red+Green+Blue) = 65+59+1=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B01 is #BEC4FE. Grayscale: #363636. Windows color (decimal): -12502271 or 80705. OLE color: 80705.

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

Color convert

RGB 65 59 1 -
CMYK 0 0.09 0.98 0.75
HSL 54.38º 0.97% 0.13% -
HSV(B) 54.38º 0.98% 0.25% -
XYZ 3.75 4.25 0.65 -
YUV 54.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 65 59 1 0 0.09 0.98 0.75 54.38 0.97 0.13
Hex 41 3B 1 0 9 62 4B 36 61 D
Octal 101 73 1 0 11 142 113 66 141 15
Binary 1000001 111011 1 0 1001 1100010 1001011 110110 1100001 1101

Color Harmonies of #413B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B01

Black with #413B01

Text Example


Text Example

White with #413B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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