Html Css Color HEX #41290D Bistre

📋 copy color: '#41290D'

red 65 ◦ green 41 ◦ blue 13

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

Shades of Bistre #41290D

Tints of Bistre #41290D

RGB

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

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

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

R = 54.62%
G = 34.45%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41290D (or 0x41290D) is known color: Bistre. HEX triplet: 41, 29 and 0D. RGB value is (65,41,13). Sum of RGB (Red+Green+Blue) = 65+41+13=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #41290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41290D is #BED6F2. Grayscale: #2D2D2D. Windows color (decimal): -12506867 or 862529. OLE color: 862529.

HSL color Cylindrical-coordinate representation of color #41290D: hue angle of 32.31º 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 #41290D is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 41 13 -
CMYK 0 0.37 0.80 0.75
HSL 32.31º 0.67% 0.15% -
HSV(B) 32.31º 0.8% 0.25% -
XYZ 3.05 2.74 0.75 -
YUV 44.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 65 41 13 0 0.37 0.80 0.75 32.31 0.67 0.15
Hex 41 29 D 0 25 50 4B 20 43 F
Octal 101 51 15 0 45 120 113 40 103 17
Binary 1000001 101001 1101 0 100101 1010000 1001011 100000 1000011 1111

Color Harmonies of #41290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41290D

Black with #41290D

Text Example


Text Example

White with #41290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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