#41111F

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

Shades of Bordeaux #41111F

Tints of Bordeaux #41111F

Color information

#41111F (or 0x41111F) is unknown color: approx Bordeaux. HEX triplet: 41, 11 and 1F. RGB value is (65,17,31). Sum of RGB (Red+Green+Blue) = 65+17+31=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41111F is #BEEEE0. Grayscale: #202020. Windows color (decimal): -12512993 or 2036033. OLE color: 2036033.

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

Color convert

RGB651731-
CMYK00.740.520.75
HSL342.5º58.54%16.08%-
HSV(B)342.5º73.85%25.49%-
XYZ2.631.621.47-
YUV32.95126.9150.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=57.52%
G=15.04%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65173100.740.520.75342.558.5416.08
Hex41111F04A344B1563b10
Octal10121370112641135267320
Binary1000001100011111101001010110100100101110101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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