#451721

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

Shades of Bordeaux #451721

Tints of Bordeaux #451721

Color information

#451721 (or 0x451721) is unknown color: approx Bordeaux. HEX triplet: 45, 17 and 21. RGB value is (69,23,33). Sum of RGB (Red+Green+Blue) = 69+23+33=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #451721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451721 is #BAE8DE. Grayscale: #252525. Windows color (decimal): -12249311 or 2168645. OLE color: 2168645.

HSL color Cylindrical-coordinate representation of color #451721: hue angle of 346.96º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451721 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB692333-
CMYK00.670.520.73
HSL346.96º50%18.04%-
HSV(B)346.96º66.67%27.06%-
XYZ3.041.991.66-
YUV37.89125.24150.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.2%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=55.2%
G=18.4%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69233300.670.520.73346.965018.04
Hex451721043344915b3212
Octal10527410103641115336222
Binary10001011011110000101000011110100100100110101101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451721; }

 p { color: rgb(69,23,33); }

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

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

 a { background-color: rgb(69,23,33); }

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

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

 span { border-color: rgb(69,23,33); }

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