#451424

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

Shades of Bordeaux #451424

Tints of Bordeaux #451424

Color information

#451424 (or 0x451424) is unknown color: approx Bordeaux. HEX triplet: 45, 14 and 24. RGB value is (69,20,36). Sum of RGB (Red+Green+Blue) = 69+20+36=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #451424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451424 is #BAEBDB. Grayscale: #242424. Windows color (decimal): -12250076 or 2364485. OLE color: 2364485.

HSL color Cylindrical-coordinate representation of color #451424: hue angle of 340.41º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #451424 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB692036-
CMYK00.710.480.73
HSL340.41º55.06%17.45%-
HSV(B)340.41º71.01%27.06%-
XYZ3.021.891.88-
YUV36.47127.73151.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.2%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=55.2%
G=16%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69203600.710.480.73340.4155.0617.45
Hex45142404730491543711
Octal10524440107601115246721
Binary10001011010010010001000111110000100100110101010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451424; }

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

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

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

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

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

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

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

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