Html Css Color HEX #41250A Bistre

📋 copy color: '#41250A'

red 65 ◦ green 37 ◦ blue 10

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

Shades of Bistre #41250A

Tints of Bistre #41250A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.93%

R = 58.04%
G = 33.04%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#41250A (or 0x41250A) is known color: Bistre. HEX triplet: 41, 25 and 0A. RGB value is (65,37,10). Sum of RGB (Red+Green+Blue) = 65+37+10=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41250A is #BEDAF5. Grayscale: #2A2A2A. Windows color (decimal): -12507894 or 664897. OLE color: 664897.

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

Color convert

RGB 65 37 10 -
CMYK 0 0.43 0.85 0.75
HSL 29.45º 0.73% 0.15% -
HSV(B) 29.45º 0.85% 0.25% -
XYZ 2.9 2.47 0.61 -
YUV 42.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 65 37 10 0 0.43 0.85 0.75 29.45 0.73 0.15
Hex 41 25 A 0 2B 55 4B 1D 49 F
Octal 101 45 12 0 53 125 113 35 111 17
Binary 1000001 100101 1010 0 101011 1010101 1001011 11101 1001001 1111

Color Harmonies of #41250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41250A

Black with #41250A

Text Example


Text Example

White with #41250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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