#451624

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

Shades of Bordeaux #451624

Tints of Bordeaux #451624

Color information

#451624 (or 0x451624) is unknown color: approx Bordeaux. HEX triplet: 45, 16 and 24. RGB value is (69,22,36). Sum of RGB (Red+Green+Blue) = 69+22+36=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #451624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451624 is #BAE9DB. Grayscale: #252525. Windows color (decimal): -12249564 or 2364997. OLE color: 2364997.

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

Color convert

RGB692236-
CMYK00.680.480.73
HSL342.13º51.65%17.84%-
HSV(B)342.13º68.12%27.06%-
XYZ3.061.971.89-
YUV37.65127.07150.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=54.33%
G=17.32%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69223600.680.480.73342.1351.6517.84
Hex45162404430491563412
Octal10526440104601115266422
Binary10001011011010010001000100110000100100110101011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451624; }

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

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

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

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

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

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

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

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