Html Css Color HEX #41390B Madras

📋 copy color: '#41390B'

red 65 ◦ green 57 ◦ blue 11

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

Shades of Madras #41390B

Tints of Madras #41390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.27%

R = 48.87%
G = 42.86%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41390B (or 0x41390B) is known color: Madras. HEX triplet: 41, 39 and 0B. RGB value is (65,57,11). Sum of RGB (Red+Green+Blue) = 65+57+11=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41390B is #BEC6F4. Grayscale: #363636. Windows color (decimal): -12502773 or 735553. OLE color: 735553.

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

Color convert

RGB 65 57 11 -
CMYK 0 0.12 0.83 0.75
HSL 51.11º 0.71% 0.15% -
HSV(B) 51.11º 0.83% 0.25% -
XYZ 3.7 4.07 0.91 -
YUV 54.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 65 57 11 0 0.12 0.83 0.75 51.11 0.71 0.15
Hex 41 39 B 0 C 53 4B 33 47 F
Octal 101 71 13 0 14 123 113 63 107 17
Binary 1000001 111001 1011 0 1100 1010011 1001011 110011 1000111 1111

Color Harmonies of #41390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41390B

Black with #41390B

Text Example


Text Example

White with #41390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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