Html Css Color HEX #41240A Bistre

📋 copy color: '#41240A'

red 65 ◦ green 36 ◦ blue 10

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

Shades of Bistre #41240A

Tints of Bistre #41240A

RGB

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

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

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

R = 58.56%
G = 32.43%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#41240A (or 0x41240A) is known color: Bistre. HEX triplet: 41, 24 and 0A. RGB value is (65,36,10). Sum of RGB (Red+Green+Blue) = 65+36+10=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #41240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41240A is #BEDBF5. Grayscale: #292929. Windows color (decimal): -12508150 or 664641. OLE color: 664641.

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

Color convert

RGB 65 36 10 -
CMYK 0 0.45 0.85 0.75
HSL 28.36º 0.73% 0.15% -
HSV(B) 28.36º 0.85% 0.25% -
XYZ 2.87 2.41 0.6 -
YUV 41.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 65 36 10 0 0.45 0.85 0.75 28.36 0.73 0.15
Hex 41 24 A 0 2D 55 4B 1C 49 F
Octal 101 44 12 0 55 125 113 34 111 17
Binary 1000001 100100 1010 0 101101 1010101 1001011 11100 1001001 1111

Color Harmonies of #41240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41240A

Black with #41240A

Text Example


Text Example

White with #41240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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