#451A1E

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

Shades of Bordeaux #451A1E

Tints of Bordeaux #451A1E

Color information

#451A1E (or 0x451A1E) is unknown color: approx Bordeaux. HEX triplet: 45, 1A and 1E. RGB value is (69,26,30). Sum of RGB (Red+Green+Blue) = 69+26+30=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #451A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A1E is #BAE5E1. Grayscale: #272727. Windows color (decimal): -12248546 or 1972805. OLE color: 1972805.

HSL color Cylindrical-coordinate representation of color #451A1E: hue angle of 354.42º 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 #451A1E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB692630-
CMYK00.620.570.73
HSL354.42º45.26%18.63%-
HSV(B)354.42º62.32%27.06%-
XYZ3.062.11.47-
YUV39.31122.75149.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.2%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 30 (12.11% from 255) = 24%
R=55.2%
G=20.8%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69263000.620.570.73354.4245.2618.63
Hex451A1E03E39491622d13
Octal1053236076711115425523
Binary100010111010111100111110111001100100110110001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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