Html Css Color HEX #41240D Bistre

📋 copy color: '#41240D'

red 65 ◦ green 36 ◦ blue 13

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

Shades of Bistre #41240D

Tints of Bistre #41240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.58%

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

R = 57.02%
G = 31.58%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41240D (or 0x41240D) is known color: Bistre. HEX triplet: 41, 24 and 0D. RGB value is (65,36,13). Sum of RGB (Red+Green+Blue) = 65+36+13=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41240D is #BEDBF2. Grayscale: #2A2A2A. Windows color (decimal): -12508147 or 861249. OLE color: 861249.

HSL color Cylindrical-coordinate representation of color #41240D: hue angle of 26.54º 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 #41240D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 36 13 -
CMYK 0 0.45 0.80 0.75
HSL 26.54º 0.67% 0.15% -
HSV(B) 26.54º 0.8% 0.25% -
XYZ 2.88 2.41 0.69 -
YUV 42.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 65 36 13 0 0.45 0.80 0.75 26.54 0.67 0.15
Hex 41 24 D 0 2D 50 4B 1B 43 F
Octal 101 44 15 0 55 120 113 33 103 17
Binary 1000001 100100 1101 0 101101 1010000 1001011 11011 1000011 1111

Color Harmonies of #41240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41240D

Black with #41240D

Text Example


Text Example

White with #41240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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