#41121E

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

Shades of Bordeaux #41121E

Tints of Bordeaux #41121E

Color information

#41121E (or 0x41121E) is unknown color: approx Bordeaux. HEX triplet: 41, 12 and 1E. RGB value is (65,18,30). Sum of RGB (Red+Green+Blue) = 65+18+30=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41121E is #BEEDE1. Grayscale: #212121. Windows color (decimal): -12512738 or 1970753. OLE color: 1970753.

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

Color convert

RGB651830-
CMYK00.720.540.75
HSL344.68º56.63%16.27%-
HSV(B)344.68º72.31%25.49%-
XYZ2.631.651.41-
YUV33.42126.07150.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=57.52%
G=15.93%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65183000.720.540.75344.6856.6316.27
Hex41121E048364B1593910
Octal10122360110661135317120
Binary1000001100101111001001000110110100101110101100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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