#451722

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

Shades of Bordeaux #451722

Tints of Bordeaux #451722

Color information

#451722 (or 0x451722) is unknown color: approx Bordeaux. HEX triplet: 45, 17 and 22. RGB value is (69,23,34). Sum of RGB (Red+Green+Blue) = 69+23+34=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451722 is #BAE8DD. Grayscale: #262626. Windows color (decimal): -12249310 or 2234181. OLE color: 2234181.

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

Color convert

RGB692334-
CMYK00.670.510.73
HSL345.65º50%18.04%-
HSV(B)345.65º66.67%27.06%-
XYZ3.051.991.74-
YUV38.01125.74150.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=54.76%
G=18.25%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69233400.670.510.73345.655018.04
Hex451722043334915a3212
Octal10527420103631115326222
Binary10001011011110001001000011110011100100110101101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451722; }

 p { color: rgb(69,23,34); }

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

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

 a { background-color: rgb(69,23,34); }

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

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

 span { border-color: rgb(69,23,34); }

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