#41091B

Color #41091B Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #41091B

Tints of Bordeaux #41091B

Color information

#41091B (or 0x41091B) is unknown color: approx Bordeaux. HEX triplet: 41, 09 and 1B. RGB value is (65,9,27). Sum of RGB (Red+Green+Blue) = 65+9+27=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41091B is #BEF6E4. Grayscale: #1B1B1B. Windows color (decimal): -12515045 or 1771841. OLE color: 1771841.

HSL color Cylindrical-coordinate representation of color #41091B: hue angle of 340.71º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41091B is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB65927-
CMYK00.860.580.75
HSL340.71º75.68%14.51%-
HSV(B)340.71º86.15%25.49%-
XYZ2.481.41.18-
YUV27.8127.55154.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=64.36%
G=8.91%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6592700.860.580.75340.7175.6814.51
Hex4191B0563A4B1554cf
Octal101113301267211352511417
Binary100000110011101101010110111010100101110101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41091B; }

 p { color: rgb(65,9,27); }

 H1.HeaderClassName
 {
   color: #41091B;
 }
 .AnyTagClassName
 {
   color: #41091B;
 }
</style>
background-color css

<style>
 a { background-color: #41091B; }

 a { background-color: rgb(65,9,27); }

 div.DivClassName
 {
   background-color: #41091B;
 }
 .BgClassName
 {
   background-color: #41091B;
 }
</style>
border-color css

<style>
 span { border-color: #41091B; }

 span { border-color: rgb(65,9,27); }

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