Html Css Color HEX #41250F Bistre

📋 copy color: '#41250F'

red 65 ◦ green 37 ◦ blue 15

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

Shades of Bistre #41250F

Tints of Bistre #41250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 55.56%
G = 31.62%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41250F (or 0x41250F) is known color: Bistre. HEX triplet: 41, 25 and 0F. RGB value is (65,37,15). Sum of RGB (Red+Green+Blue) = 65+37+15=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41250F is #BEDAF0. Grayscale: #2A2A2A. Windows color (decimal): -12507889 or 992577. OLE color: 992577.

HSL color Cylindrical-coordinate representation of color #41250F: hue angle of 26.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41250F is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 37 15 -
CMYK 0 0.43 0.77 0.75
HSL 26.4º 0.63% 0.16% -
HSV(B) 26.4º 0.77% 0.25% -
XYZ 2.93 2.48 0.78 -
YUV 42.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 65 37 15 0 0.43 0.77 0.75 26.4 0.63 0.16
Hex 41 25 F 0 2B 4D 4B 1A 3E 10
Octal 101 45 17 0 53 115 113 32 76 20
Binary 1000001 100101 1111 0 101011 1001101 1001011 11010 111110 10000

Color Harmonies of #41250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41250F

Black with #41250F

Text Example


Text Example

White with #41250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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