#45111E

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

Shades of Bordeaux #45111E

Tints of Bordeaux #45111E

Color information

#45111E (or 0x45111E) is unknown color: approx Bordeaux. HEX triplet: 45, 11 and 1E. RGB value is (69,17,30). Sum of RGB (Red+Green+Blue) = 69+17+30=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #45111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45111E is #BAEEE1. Grayscale: #222222. Windows color (decimal): -12250850 or 1970501. OLE color: 1970501.

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

Color convert

RGB691730-
CMYK00.750.570.73
HSL345º60.47%16.86%-
HSV(B)345º75.36%27.06%-
XYZ2.891.761.42-
YUV34.03125.73152.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 59.48%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=59.48%
G=14.66%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69173000.750.570.7334560.4716.86
Hex45111E04B39491593c11
Octal10521360113711115317421
Binary1000101100011111001001011111001100100110101100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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