#451221

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

Shades of Bordeaux #451221

Tints of Bordeaux #451221

Color information

#451221 (or 0x451221) is unknown color: approx Bordeaux. HEX triplet: 45, 12 and 21. RGB value is (69,18,33). Sum of RGB (Red+Green+Blue) = 69+18+33=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #451221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451221 is #BAEDDE. Grayscale: #222222. Windows color (decimal): -12250591 or 2167365. OLE color: 2167365.

HSL color Cylindrical-coordinate representation of color #451221: hue angle of 342.35º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451221 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB691833-
CMYK00.740.520.73
HSL342.35º58.62%17.06%-
HSV(B)342.35º73.91%27.06%-
XYZ2.951.811.63-
YUV34.96126.9152.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.5%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=57.5%
G=15%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69183300.740.520.73342.3558.6217.06
Hex45122104A34491563b11
Octal10522410112641115267321
Binary10001011001010000101001010110100100100110101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451221; }

 p { color: rgb(69,18,33); }

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

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

 a { background-color: rgb(69,18,33); }

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

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

 span { border-color: rgb(69,18,33); }

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