#41111D

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

Shades of Bordeaux #41111D

Tints of Bordeaux #41111D

Color information

#41111D (or 0x41111D) is unknown color: approx Bordeaux. HEX triplet: 41, 11 and 1D. RGB value is (65,17,29). Sum of RGB (Red+Green+Blue) = 65+17+29=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #41111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41111D is #BEEEE2. Grayscale: #202020. Windows color (decimal): -12512995 or 1904961. OLE color: 1904961.

HSL color Cylindrical-coordinate representation of color #41111D: hue angle of 345º 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 #41111D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB651729-
CMYK00.740.550.75
HSL345º58.54%16.08%-
HSV(B)345º73.85%25.49%-
XYZ2.61.611.34-
YUV32.72125.9151.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.56%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=58.56%
G=15.32%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65172900.740.550.7534558.5416.08
Hex41111D04A374B1593b10
Octal10121350112671135317320
Binary1000001100011110101001010110111100101110101100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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