#41121D

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

Shades of Bordeaux #41121D

Tints of Bordeaux #41121D

Color information

#41121D (or 0x41121D) is unknown color: approx Bordeaux. HEX triplet: 41, 12 and 1D. RGB value is (65,18,29). Sum of RGB (Red+Green+Blue) = 65+18+29=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41121D is #BEEDE2. Grayscale: #212121. Windows color (decimal): -12512739 or 1905217. OLE color: 1905217.

HSL color Cylindrical-coordinate representation of color #41121D: hue angle of 345.96º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41121D is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB651829-
CMYK00.720.550.75
HSL345.96º56.63%16.27%-
HSV(B)345.96º72.31%25.49%-
XYZ2.621.651.34-
YUV33.31125.57150.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=58.04%
G=16.07%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65182900.720.550.75345.9656.6316.27
Hex41121D048374B15a3910
Octal10122350110671135327120
Binary1000001100101110101001000110111100101110101101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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