#451623

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

Shades of Bordeaux #451623

Tints of Bordeaux #451623

Color information

#451623 (or 0x451623) is unknown color: approx Bordeaux. HEX triplet: 45, 16 and 23. RGB value is (69,22,35). Sum of RGB (Red+Green+Blue) = 69+22+35=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451623 is #BAE9DC. Grayscale: #252525. Windows color (decimal): -12249565 or 2299461. OLE color: 2299461.

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

Color convert

RGB692235-
CMYK00.680.490.73
HSL343.4º51.65%17.84%-
HSV(B)343.4º68.12%27.06%-
XYZ3.041.961.81-
YUV37.54126.57150.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=54.76%
G=17.46%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69223500.680.490.73343.451.6517.84
Hex45162304431491573412
Octal10526430104611115276422
Binary10001011011010001101000100110001100100110101011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451623; }

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

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

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

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

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

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

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

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