Html Css Color HEX #41250C Bistre

📋 copy color: '#41250C'

red 65 ◦ green 37 ◦ blue 12

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

Shades of Bistre #41250C

Tints of Bistre #41250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.53%

R = 57.02%
G = 32.46%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41250C (or 0x41250C) is known color: Bistre. HEX triplet: 41, 25 and 0C. RGB value is (65,37,12). Sum of RGB (Red+Green+Blue) = 65+37+12=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41250C is #BEDAF3. Grayscale: #2A2A2A. Windows color (decimal): -12507892 or 795969. OLE color: 795969.

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

Color convert

RGB 65 37 12 -
CMYK 0 0.43 0.82 0.75
HSL 28.3º 0.69% 0.15% -
HSV(B) 28.3º 0.82% 0.25% -
XYZ 2.91 2.47 0.67 -
YUV 42.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 65 37 12 0 0.43 0.82 0.75 28.3 0.69 0.15
Hex 41 25 C 0 2B 52 4B 1C 45 F
Octal 101 45 14 0 53 122 113 34 105 17
Binary 1000001 100101 1100 0 101011 1010010 1001011 11100 1000101 1111

Color Harmonies of #41250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41250C

Black with #41250C

Text Example


Text Example

White with #41250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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