#451C23

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

Shades of Bordeaux #451C23

Tints of Bordeaux #451C23

Color information

#451C23 (or 0x451C23) is unknown color: approx Bordeaux. HEX triplet: 45, 1C and 23. RGB value is (69,28,35). Sum of RGB (Red+Green+Blue) = 69+28+35=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #451C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C23 is #BAE3DC. Grayscale: #292929. Windows color (decimal): -12248029 or 2300997. OLE color: 2300997.

HSL color Cylindrical-coordinate representation of color #451C23: hue angle of 349.76º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451C23 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB692835-
CMYK00.590.490.73
HSL349.76º42.27%19.02%-
HSV(B)349.76º59.42%27.06%-
XYZ3.172.221.85-
YUV41.06124.58147.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=52.27%
G=21.21%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69283500.590.490.73349.7642.2719.02
Hex451C2303B314915e2a13
Octal1053443073611115365223
Binary1000101111001000110111011110001100100110101111010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451C23; }

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

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

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

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

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

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

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

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