Html Css Color HEX #41390D Madras

📋 copy color: '#41390D'

red 65 ◦ green 57 ◦ blue 13

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

Shades of Madras #41390D

Tints of Madras #41390D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.63%

R = 48.15%
G = 42.22%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41390D (or 0x41390D) is known color: Madras. HEX triplet: 41, 39 and 0D. RGB value is (65,57,13). Sum of RGB (Red+Green+Blue) = 65+57+13=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41390D is #BEC6F2. Grayscale: #363636. Windows color (decimal): -12502771 or 866625. OLE color: 866625.

HSL color Cylindrical-coordinate representation of color #41390D: hue angle of 50.77º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41390D is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 57 13 -
CMYK 0 0.12 0.80 0.75
HSL 50.77º 0.67% 0.15% -
HSV(B) 50.77º 0.8% 0.25% -
XYZ 3.72 4.08 0.97 -
YUV 54.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 65 57 13 0 0.12 0.80 0.75 50.77 0.67 0.15
Hex 41 39 D 0 C 50 4B 33 43 F
Octal 101 71 15 0 14 120 113 63 103 17
Binary 1000001 111001 1101 0 1100 1010000 1001011 110011 1000011 1111

Color Harmonies of #41390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41390D

Black with #41390D

Text Example


Text Example

White with #41390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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