#41250A

Color #41250A Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #41250A

Tints of Bistre #41250A

Color information

#41250A (or 0x41250A) is unknown color: approx 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

RGB653710-
CMYK00.430.850.75
HSL29.45º73.33%14.71%-
HSV(B)29.45º84.62%25.49%-
XYZ2.92.470.61-
YUV42.29109.78144.2-

RGB Variations

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

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.30% from 255) = 8.93%
R=58.04%
G=33.04%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65371000.430.850.7529.4573.3314.71
Hex4125A02B554B1d49f
Octal10145120531251133511117
Binary100000110010110100101011101010110010111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>