Html Css Color HEX #413D01 Madras

📋 copy color: '#413D01'

red 65 ◦ green 61 ◦ blue 1

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

Shades of Madras #413D01

Tints of Madras #413D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 48.03%

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

R = 51.18%
G = 48.03%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#413D01 (or 0x413D01) is known color: Madras. HEX triplet: 41, 3D and 01. RGB value is (65,61,1). Sum of RGB (Red+Green+Blue) = 65+61+1=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D01 is #BEC2FE. Grayscale: #373737. Windows color (decimal): -12501759 or 81217. OLE color: 81217.

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

Color convert

RGB 65 61 1 -
CMYK 0 0.06 0.98 0.75
HSL 56.25º 0.97% 0.13% -
HSV(B) 56.25º 0.98% 0.25% -
XYZ 3.85 4.46 0.69 -
YUV 55.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 65 61 1 0 0.06 0.98 0.75 56.25 0.97 0.13
Hex 41 3D 1 0 6 62 4B 38 61 D
Octal 101 75 1 0 6 142 113 70 141 15
Binary 1000001 111101 1 0 110 1100010 1001011 111000 1100001 1101

Color Harmonies of #413D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D01

Black with #413D01

Text Example


Text Example

White with #413D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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