#41091C

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

Shades of Bordeaux #41091C

Tints of Bordeaux #41091C

Color information

#41091C (or 0x41091C) is unknown color: approx Bordeaux. HEX triplet: 41, 09 and 1C. RGB value is (65,9,28). Sum of RGB (Red+Green+Blue) = 65+9+28=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #41091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41091C is #BEF6E3. Grayscale: #1B1B1B. Windows color (decimal): -12515044 or 1837377. OLE color: 1837377.

HSL color Cylindrical-coordinate representation of color #41091C: hue angle of 339.64º 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 #41091C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB65928-
CMYK00.860.570.75
HSL339.64º75.68%14.51%-
HSV(B)339.64º86.15%25.49%-
XYZ2.491.41.24-
YUV27.91128.05154.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=63.73%
G=8.82%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6592800.860.570.75339.6475.6814.51
Hex4191C056394B1544cf
Octal101113401267111352411417
Binary100000110011110001010110111001100101110101010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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