#451420

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

Shades of Bordeaux #451420

Tints of Bordeaux #451420

Color information

#451420 (or 0x451420) is unknown color: approx Bordeaux. HEX triplet: 45, 14 and 20. RGB value is (69,20,32). Sum of RGB (Red+Green+Blue) = 69+20+32=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #451420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451420 is #BAEBDF. Grayscale: #242424. Windows color (decimal): -12250080 or 2102341. OLE color: 2102341.

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

Color convert

RGB692032-
CMYK00.710.540.73
HSL345.31º55.06%17.45%-
HSV(B)345.31º71.01%27.06%-
XYZ2.971.871.57-
YUV36.02125.73151.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.02%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=57.02%
G=16.53%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69203200.710.540.73345.3155.0617.45
Hex45142004736491593711
Octal10524400107661115316721
Binary10001011010010000001000111110110100100110101100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451420; }

 p { color: rgb(69,20,32); }

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

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

 a { background-color: rgb(69,20,32); }

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

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

 span { border-color: rgb(69,20,32); }

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