#451B24

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

Shades of Bordeaux #451B24

Tints of Bordeaux #451B24

Color information

#451B24 (or 0x451B24) is unknown color: approx Bordeaux. HEX triplet: 45, 1B and 24. RGB value is (69,27,36). Sum of RGB (Red+Green+Blue) = 69+27+36=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #451B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B24 is #BAE4DB. Grayscale: #282828. Windows color (decimal): -12248284 or 2366277. OLE color: 2366277.

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

Color convert

RGB692736-
CMYK00.610.480.73
HSL347.14º43.75%18.82%-
HSV(B)347.14º60.87%27.06%-
XYZ3.162.181.92-
YUV40.58125.41148.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=52.27%
G=20.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69273600.610.480.73347.1443.7518.82
Hex451B2403D304915b2c13
Octal1053344075601115335423
Binary1000101110111001000111101110000100100110101101110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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