#451E28

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

Shades of Bordeaux #451E28

Tints of Bordeaux #451E28

Color information

#451E28 (or 0x451E28) is unknown color: approx Bordeaux. HEX triplet: 45, 1E and 28. RGB value is (69,30,40). Sum of RGB (Red+Green+Blue) = 69+30+40=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #451E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E28 is #BAE1D7. Grayscale: #2A2A2A. Windows color (decimal): -12247512 or 2629189. OLE color: 2629189.

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

Color convert

RGB693040-
CMYK00.570.420.73
HSL344.62º39.39%19.41%-
HSV(B)344.62º56.52%27.06%-
XYZ3.32.352.29-
YUV42.8126.42146.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=49.64%
G=21.58%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69304000.570.420.73344.6239.3919.41
Hex451E280392A491592713
Octal1053650071521115314723
Binary1000101111101010000111001101010100100110101100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,30,40); }

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

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

 a { background-color: rgb(69,30,40); }

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

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

 span { border-color: rgb(69,30,40); }

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