Html Css Color HEX #41291A Bistre

📋 copy color: '#41291A'

red 65 ◦ green 41 ◦ blue 26

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

Shades of Bistre #41291A

Tints of Bistre #41291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.06%

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 49.24%
G = 31.06%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41291A (or 0x41291A) is known color: Bistre. HEX triplet: 41, 29 and 1A. RGB value is (65,41,26). Sum of RGB (Red+Green+Blue) = 65+41+26=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41291A is #BED6E5. Grayscale: #2E2E2E. Windows color (decimal): -12506854 or 1714497. OLE color: 1714497.

HSL color Cylindrical-coordinate representation of color #41291A: hue angle of 23.08º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41291A is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 41 26 -
CMYK 0 0.37 0.60 0.75
HSL 23.08º 0.43% 0.18% -
HSV(B) 23.08º 0.6% 0.25% -
XYZ 3.16 2.78 1.35 -
YUV 46.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 65 41 26 0 0.37 0.60 0.75 23.08 0.43 0.18
Hex 41 29 1A 0 25 3C 4B 17 2B 12
Octal 101 51 32 0 45 74 113 27 53 22
Binary 1000001 101001 11010 0 100101 111100 1001011 10111 101011 10010

Color Harmonies of #41291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41291A

Black with #41291A

Text Example


Text Example

White with #41291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41291A; }

 p { color: rgb(65,41,26); }

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

background-color css

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

 a { background-color: rgb(65,41,26); }

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

border-color css

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

 span { border-color: rgb(65,41,26); }

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