#41111E

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

Shades of Bordeaux #41111E

Tints of Bordeaux #41111E

Color information

#41111E (or 0x41111E) is unknown color: approx Bordeaux. HEX triplet: 41, 11 and 1E. RGB value is (65,17,30). Sum of RGB (Red+Green+Blue) = 65+17+30=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41111E is #BEEEE1. Grayscale: #202020. Windows color (decimal): -12512994 or 1970497. OLE color: 1970497.

HSL color Cylindrical-coordinate representation of color #41111E: hue angle of 343.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41111E is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB651730-
CMYK00.740.540.75
HSL343.75º58.54%16.08%-
HSV(B)343.75º73.85%25.49%-
XYZ2.611.621.4-
YUV32.83126.4150.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=58.04%
G=15.18%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65173000.740.540.75343.7558.5416.08
Hex41111E04A364B1583b10
Octal10121360112661135307320
Binary1000001100011111001001010110110100101110101100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41111E; }

 p { color: rgb(65,17,30); }

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

<style>
 a { background-color: #41111E; }

 a { background-color: rgb(65,17,30); }

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

<style>
 span { border-color: #41111E; }

 span { border-color: rgb(65,17,30); }

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