#451322

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

Shades of Bordeaux #451322

Tints of Bordeaux #451322

Color information

#451322 (or 0x451322) is unknown color: approx Bordeaux. HEX triplet: 45, 13 and 22. RGB value is (69,19,34). Sum of RGB (Red+Green+Blue) = 69+19+34=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #451322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451322 is #BAECDD. Grayscale: #232323. Windows color (decimal): -12250334 or 2233157. OLE color: 2233157.

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

Color convert

RGB691934-
CMYK00.720.510.73
HSL342º56.82%17.25%-
HSV(B)342º72.46%27.06%-
XYZ2.981.851.71-
YUV35.66127.06151.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.56%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=56.56%
G=15.57%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69193400.720.510.7334256.8217.25
Hex45132204833491563911
Octal10523420110631115267121
Binary10001011001110001001001000110011100100110101011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451322; }

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

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

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

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

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

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

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

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