#451422

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

Shades of Bordeaux #451422

Tints of Bordeaux #451422

Color information

#451422 (or 0x451422) is unknown color: approx Bordeaux. HEX triplet: 45, 14 and 22. RGB value is (69,20,34). Sum of RGB (Red+Green+Blue) = 69+20+34=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #451422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451422 is #BAEBDD. Grayscale: #242424. Windows color (decimal): -12250078 or 2233413. OLE color: 2233413.

HSL color Cylindrical-coordinate representation of color #451422: hue angle of 342.86º 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 #451422 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB692034-
CMYK00.710.510.73
HSL342.86º55.06%17.45%-
HSV(B)342.86º71.01%27.06%-
XYZ2.991.881.72-
YUV36.25126.73151.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.10%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=56.10%
G=16.26%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69203400.710.510.73342.8655.0617.45
Hex45142204733491573711
Octal10524420107631115276721
Binary10001011010010001001000111110011100100110101011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451422; }

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

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

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

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

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

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

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

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