Html Css Color HEX #41391F Madras

📋 copy color: '#41391F'

red 65 ◦ green 57 ◦ blue 31

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

Shades of Madras #41391F

Tints of Madras #41391F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.26%

R = 42.48%
G = 37.25%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41391F (or 0x41391F) is known color: Madras. HEX triplet: 41, 39 and 1F. RGB value is (65,57,31). Sum of RGB (Red+Green+Blue) = 65+57+31=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #41391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41391F is #BEC6E0. Grayscale: #383838. Windows color (decimal): -12502753 or 2046273. OLE color: 2046273.

HSL color Cylindrical-coordinate representation of color #41391F: hue angle of 45.88º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41391F is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 57 31 -
CMYK 0 0.12 0.52 0.75
HSL 45.88º 0.35% 0.19% -
HSV(B) 45.88º 0.52% 0.25% -
XYZ 3.89 4.15 1.89 -
YUV 56.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 65 57 31 0 0.12 0.52 0.75 45.88 0.35 0.19
Hex 41 39 1F 0 C 34 4B 2E 23 13
Octal 101 71 37 0 14 64 113 56 43 23
Binary 1000001 111001 11111 0 1100 110100 1001011 101110 100011 10011

Color Harmonies of #41391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41391F

Black with #41391F

Text Example


Text Example

White with #41391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41391F; }

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

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

background-color css

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

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

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

border-color css

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

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

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