#41151E

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

Shades of Bordeaux #41151E

Tints of Bordeaux #41151E

Color information

#41151E (or 0x41151E) is unknown color: approx Bordeaux. HEX triplet: 41, 15 and 1E. RGB value is (65,21,30). Sum of RGB (Red+Green+Blue) = 65+21+30=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41151E is #BEEAE1. Grayscale: #232323. Windows color (decimal): -12511970 or 1971521. OLE color: 1971521.

HSL color Cylindrical-coordinate representation of color #41151E: hue angle of 347.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41151E is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB652130-
CMYK00.680.540.75
HSL347.73º51.16%16.86%-
HSV(B)347.73º67.69%25.49%-
XYZ2.681.751.43-
YUV35.18125.08149.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=56.03%
G=18.10%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65213000.680.540.75347.7351.1616.86
Hex41151E044364B15c3311
Octal10125360104661135346321
Binary1000001101011111001000100110110100101110101110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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