Html Css Color HEX #41260B Bistre

📋 copy color: '#41260B'

red 65 ◦ green 38 ◦ blue 11

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

Shades of Bistre #41260B

Tints of Bistre #41260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.33%

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

R = 57.02%
G = 33.33%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41260B (or 0x41260B) is known color: Bistre. HEX triplet: 41, 26 and 0B. RGB value is (65,38,11). Sum of RGB (Red+Green+Blue) = 65+38+11=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41260B is #BED9F4. Grayscale: #2B2B2B. Windows color (decimal): -12507637 or 730689. OLE color: 730689.

HSL color Cylindrical-coordinate representation of color #41260B: hue angle of 30º 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 #41260B is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 38 11 -
CMYK 0 0.42 0.83 0.75
HSL 30º 0.71% 0.15% -
HSV(B) 30º 0.83% 0.25% -
XYZ 2.93 2.53 0.65 -
YUV 43 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 65 38 11 0 0.42 0.83 0.75 30 0.71 0.15
Hex 41 26 B 0 2A 53 4B 1E 47 F
Octal 101 46 13 0 52 123 113 36 107 17
Binary 1000001 100110 1011 0 101010 1010011 1001011 11110 1000111 1111

Color Harmonies of #41260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41260B

Black with #41260B

Text Example


Text Example

White with #41260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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