Html Css Color HEX #41250B Bistre

📋 copy color: '#41250B'

red 65 ◦ green 37 ◦ blue 11

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

Shades of Bistre #41250B

Tints of Bistre #41250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

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

R = 57.52%
G = 32.74%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41250B (or 0x41250B) is known color: Bistre. HEX triplet: 41, 25 and 0B. RGB value is (65,37,11). Sum of RGB (Red+Green+Blue) = 65+37+11=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41250B is #BEDAF4. Grayscale: #2A2A2A. Windows color (decimal): -12507893 or 730433. OLE color: 730433.

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

Color convert

RGB 65 37 11 -
CMYK 0 0.43 0.83 0.75
HSL 28.89º 0.71% 0.15% -
HSV(B) 28.89º 0.83% 0.25% -
XYZ 2.9 2.47 0.64 -
YUV 42.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 65 37 11 0 0.43 0.83 0.75 28.89 0.71 0.15
Hex 41 25 B 0 2B 53 4B 1D 47 F
Octal 101 45 13 0 53 123 113 35 107 17
Binary 1000001 100101 1011 0 101011 1010011 1001011 11101 1000111 1111

Color Harmonies of #41250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41250B

Black with #41250B

Text Example


Text Example

White with #41250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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