Html Css Color HEX #413801 Madras

📋 copy color: '#413801'

red 65 ◦ green 56 ◦ blue 1

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

Shades of Madras #413801

Tints of Madras #413801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.9%

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

R = 53.28%
G = 45.9%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#413801 (or 0x413801) is known color: Madras. HEX triplet: 41, 38 and 01. RGB value is (65,56,1). Sum of RGB (Red+Green+Blue) = 65+56+1=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #413801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413801 is #BEC7FE. Grayscale: #343434. Windows color (decimal): -12503039 or 79937. OLE color: 79937.

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

Color convert

RGB 65 56 1 -
CMYK 0 0.14 0.98 0.75
HSL 51.56º 0.97% 0.13% -
HSV(B) 51.56º 0.98% 0.25% -
XYZ 3.6 3.95 0.6 -
YUV 52.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 65 56 1 0 0.14 0.98 0.75 51.56 0.97 0.13
Hex 41 38 1 0 E 62 4B 34 61 D
Octal 101 70 1 0 16 142 113 64 141 15
Binary 1000001 111000 1 0 1110 1100010 1001011 110100 1100001 1101

Color Harmonies of #413801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413801

Black with #413801

Text Example


Text Example

White with #413801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413801; }

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

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

background-color css

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

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

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

border-color css

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

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

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