#451120

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

Shades of Bordeaux #451120

Tints of Bordeaux #451120

Color information

#451120 (or 0x451120) is unknown color: approx Bordeaux. HEX triplet: 45, 11 and 20. RGB value is (69,17,32). Sum of RGB (Red+Green+Blue) = 69+17+32=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #451120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451120 is #BAEEDF. Grayscale: #222222. Windows color (decimal): -12250848 or 2101573. OLE color: 2101573.

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

Color convert

RGB691732-
CMYK00.750.540.73
HSL342.69º60.47%16.86%-
HSV(B)342.69º75.36%27.06%-
XYZ2.921.771.55-
YUV34.26126.73152.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.47%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=58.47%
G=14.41%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69173200.750.540.73342.6960.4716.86
Hex45112004B36491573c11
Octal10521400113661115277421
Binary10001011000110000001001011110110100100110101011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451120; }

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

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

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

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

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

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

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

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