#45111F

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

Shades of Bordeaux #45111F

Tints of Bordeaux #45111F

Color information

#45111F (or 0x45111F) is unknown color: approx Bordeaux. HEX triplet: 45, 11 and 1F. RGB value is (69,17,31). Sum of RGB (Red+Green+Blue) = 69+17+31=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #45111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45111F is #BAEEE0. Grayscale: #222222. Windows color (decimal): -12250849 or 2036037. OLE color: 2036037.

HSL color Cylindrical-coordinate representation of color #45111F: hue angle of 343.85º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45111F is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB691731-
CMYK00.750.550.73
HSL343.85º60.47%16.86%-
HSV(B)343.85º75.36%27.06%-
XYZ2.91.771.48-
YUV34.14126.23152.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.97%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=58.97%
G=14.53%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69173100.750.550.73343.8560.4716.86
Hex45111F04B37491583c11
Octal10521370113671115307421
Binary1000101100011111101001011110111100100110101100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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