#451323

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

Shades of Bordeaux #451323

Tints of Bordeaux #451323

Color information

#451323 (or 0x451323) is unknown color: approx Bordeaux. HEX triplet: 45, 13 and 23. RGB value is (69,19,35). Sum of RGB (Red+Green+Blue) = 69+19+35=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #451323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451323 is #BAECDC. Grayscale: #232323. Windows color (decimal): -12250333 or 2298693. OLE color: 2298693.

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

Color convert

RGB691935-
CMYK00.720.490.73
HSL340.8º56.82%17.25%-
HSV(B)340.8º72.46%27.06%-
XYZ2.991.851.79-
YUV35.77127.56151.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.10%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=56.10%
G=15.45%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69193500.720.490.73340.856.8217.25
Hex45132304831491553911
Octal10523430110611115257121
Binary10001011001110001101001000110001100100110101010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451323; }

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

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

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

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

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

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

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

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