#451723

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

Shades of Bordeaux #451723

Tints of Bordeaux #451723

Color information

#451723 (or 0x451723) is unknown color: approx Bordeaux. HEX triplet: 45, 17 and 23. RGB value is (69,23,35). Sum of RGB (Red+Green+Blue) = 69+23+35=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #451723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451723 is #BAE8DC. Grayscale: #262626. Windows color (decimal): -12249309 or 2299717. OLE color: 2299717.

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

Color convert

RGB692335-
CMYK00.670.490.73
HSL344.35º50%18.04%-
HSV(B)344.35º66.67%27.06%-
XYZ3.0621.81-
YUV38.12126.24150.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=54.33%
G=18.11%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69233500.670.490.73344.355018.04
Hex45172304331491583212
Octal10527430103611115306222
Binary10001011011110001101000011110001100100110101100011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451723; }

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

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

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

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

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

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

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

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