Html Css Color HEX #413803 Madras

📋 copy color: '#413803'

red 65 ◦ green 56 ◦ blue 3

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

Shades of Madras #413803

Tints of Madras #413803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.42%

R = 52.42%
G = 45.16%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#413803 (or 0x413803) is known color: Madras. HEX triplet: 41, 38 and 03. RGB value is (65,56,3). Sum of RGB (Red+Green+Blue) = 65+56+3=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413803 is #BEC7FC. Grayscale: #343434. Windows color (decimal): -12503037 or 211009. OLE color: 211009.

HSL color Cylindrical-coordinate representation of color #413803: hue angle of 51.29º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #413803 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 3 -
CMYK 0 0.14 0.95 0.75
HSL 51.29º 0.91% 0.13% -
HSV(B) 51.29º 0.95% 0.25% -
XYZ 3.61 3.96 0.66 -
YUV 52.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 65 56 3 0 0.14 0.95 0.75 51.29 0.91 0.13
Hex 41 38 3 0 E 5F 4B 33 5B D
Octal 101 70 3 0 16 137 113 63 133 15
Binary 1000001 111000 11 0 1110 1011111 1001011 110011 1011011 1101

Color Harmonies of #413803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413803

Black with #413803

Text Example


Text Example

White with #413803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413803; }

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

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

background-color css

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

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

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

border-color css

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

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

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