#451320

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

Shades of Bordeaux #451320

Tints of Bordeaux #451320

Color information

#451320 (or 0x451320) is unknown color: approx Bordeaux. HEX triplet: 45, 13 and 20. RGB value is (69,19,32). Sum of RGB (Red+Green+Blue) = 69+19+32=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #451320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451320 is #BAECDF. Grayscale: #232323. Windows color (decimal): -12250336 or 2102085. OLE color: 2102085.

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

Color convert

RGB691932-
CMYK00.720.540.73
HSL344.4º56.82%17.25%-
HSV(B)344.4º72.46%27.06%-
XYZ2.951.841.57-
YUV35.43126.06151.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.5%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=57.5%
G=15.83%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69193200.720.540.73344.456.8217.25
Hex45132004836491583911
Octal10523400110661115307121
Binary10001011001110000001001000110110100100110101100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451320; }

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

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

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

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

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

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

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

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