#41121F

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

Shades of Bordeaux #41121F

Tints of Bordeaux #41121F

Color information

#41121F (or 0x41121F) is unknown color: approx Bordeaux. HEX triplet: 41, 12 and 1F. RGB value is (65,18,31). Sum of RGB (Red+Green+Blue) = 65+18+31=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41121F is #BEEDE0. Grayscale: #212121. Windows color (decimal): -12512737 or 2036289. OLE color: 2036289.

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

Color convert

RGB651831-
CMYK00.720.520.75
HSL343.4º56.63%16.27%-
HSV(B)343.4º72.31%25.49%-
XYZ2.641.661.48-
YUV33.53126.57150.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=57.02%
G=15.79%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65183100.720.520.75343.456.6316.27
Hex41121F048344B1573910
Octal10122370110641135277120
Binary1000001100101111101001000110100100101110101011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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