#451A24

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

Shades of Bordeaux #451A24

Tints of Bordeaux #451A24

Color information

#451A24 (or 0x451A24) is unknown color: approx Bordeaux. HEX triplet: 45, 1A and 24. RGB value is (69,26,36). Sum of RGB (Red+Green+Blue) = 69+26+36=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #451A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A24 is #BAE5DB. Grayscale: #282828. Windows color (decimal): -12248540 or 2366021. OLE color: 2366021.

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

Color convert

RGB692636-
CMYK00.620.480.73
HSL346.05º45.26%18.63%-
HSV(B)346.05º62.32%27.06%-
XYZ3.142.131.91-
YUV40125.75148.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=52.67%
G=19.85%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69263600.620.480.73346.0545.2618.63
Hex451A2403E304915a2d13
Octal1053244076601115325523
Binary1000101110101001000111110110000100100110101101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,26,36); }

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

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

 a { background-color: rgb(69,26,36); }

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

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

 span { border-color: rgb(69,26,36); }

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