#451324

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

Shades of Bordeaux #451324

Tints of Bordeaux #451324

Color information

#451324 (or 0x451324) is unknown color: approx Bordeaux. HEX triplet: 45, 13 and 24. RGB value is (69,19,36). Sum of RGB (Red+Green+Blue) = 69+19+36=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #451324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451324 is #BAECDB. Grayscale: #232323. Windows color (decimal): -12250332 or 2364229. OLE color: 2364229.

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

Color convert

RGB691936-
CMYK00.720.480.73
HSL339.6º56.82%17.25%-
HSV(B)339.6º72.46%27.06%-
XYZ3.011.861.87-
YUV35.89128.06151.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.65%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=55.65%
G=15.32%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69193600.720.480.73339.656.8217.25
Hex45132404830491543911
Octal10523440110601115247121
Binary10001011001110010001001000110000100100110101010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451324; }

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

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

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

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

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

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

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

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