#451224

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

Shades of Bordeaux #451224

Tints of Bordeaux #451224

Color information

#451224 (or 0x451224) is unknown color: approx Bordeaux. HEX triplet: 45, 12 and 24. RGB value is (69,18,36). Sum of RGB (Red+Green+Blue) = 69+18+36=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #451224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451224 is #BAEDDB. Grayscale: #232323. Windows color (decimal): -12250588 or 2363973. OLE color: 2363973.

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

Color convert

RGB691836-
CMYK00.740.480.73
HSL338.82º58.62%17.06%-
HSV(B)338.82º73.91%27.06%-
XYZ2.991.831.86-
YUV35.3128.4152.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.10%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=56.10%
G=14.63%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69183600.740.480.73338.8258.6217.06
Hex45122404A30491533b11
Octal10522440112601115237321
Binary10001011001010010001001010110000100100110101001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451224; }

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

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

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

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

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

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

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

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