Html Css Color HEX #413902 Madras

📋 copy color: '#413902'

red 65 ◦ green 57 ◦ blue 2

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

Shades of Madras #413902

Tints of Madras #413902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.61%

R = 52.42%
G = 45.97%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#413902 (or 0x413902) is known color: Madras. HEX triplet: 41, 39 and 02. RGB value is (65,57,2). Sum of RGB (Red+Green+Blue) = 65+57+2=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413902 is #BEC6FD. Grayscale: #353535. Windows color (decimal): -12502782 or 145729. OLE color: 145729.

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

Color convert

RGB 65 57 2 -
CMYK 0 0.12 0.97 0.75
HSL 52.38º 0.94% 0.13% -
HSV(B) 52.38º 0.97% 0.25% -
XYZ 3.65 4.05 0.65 -
YUV 53.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 65 57 2 0 0.12 0.97 0.75 52.38 0.94 0.13
Hex 41 39 2 0 C 61 4B 34 5E D
Octal 101 71 2 0 14 141 113 64 136 15
Binary 1000001 111001 10 0 1100 1100001 1001011 110100 1011110 1101

Color Harmonies of #413902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413902

Black with #413902

Text Example


Text Example

White with #413902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413902; }

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

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

background-color css

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

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

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

border-color css

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

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

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