Html Css Color HEX #41250D Bistre

📋 copy color: '#41250D'

red 65 ◦ green 37 ◦ blue 13

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

Shades of Bistre #41250D

Tints of Bistre #41250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.3%

R = 56.52%
G = 32.17%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41250D (or 0x41250D) is known color: Bistre. HEX triplet: 41, 25 and 0D. RGB value is (65,37,13). Sum of RGB (Red+Green+Blue) = 65+37+13=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41250D is #BEDAF2. Grayscale: #2A2A2A. Windows color (decimal): -12507891 or 861505. OLE color: 861505.

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

Color convert

RGB 65 37 13 -
CMYK 0 0.43 0.80 0.75
HSL 27.69º 0.67% 0.15% -
HSV(B) 27.69º 0.8% 0.25% -
XYZ 2.91 2.48 0.71 -
YUV 42.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 65 37 13 0 0.43 0.80 0.75 27.69 0.67 0.15
Hex 41 25 D 0 2B 50 4B 1C 43 F
Octal 101 45 15 0 53 120 113 34 103 17
Binary 1000001 100101 1101 0 101011 1010000 1001011 11100 1000011 1111

Color Harmonies of #41250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41250D

Black with #41250D

Text Example


Text Example

White with #41250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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