#45091D

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

Shades of Bordeaux #45091D

Tints of Bordeaux #45091D

Color information

#45091D (or 0x45091D) is unknown color: approx Bordeaux. HEX triplet: 45, 09 and 1D. RGB value is (69,9,29). Sum of RGB (Red+Green+Blue) = 69+9+29=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #45091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45091D is #BAF6E2. Grayscale: #1D1D1D. Windows color (decimal): -12252899 or 1902917. OLE color: 1902917.

HSL color Cylindrical-coordinate representation of color #45091D: hue angle of 340º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45091D is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB69929-
CMYK00.870.580.73
HSL340º76.92%15.29%-
HSV(B)340º86.96%27.06%-
XYZ2.771.551.32-
YUV29.22127.88156.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 64.49%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=64.49%
G=8.41%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6992900.870.580.7334076.9215.29
Hex4591D0573A491544df
Octal105113501277211152411517
Binary100010110011110101010111111010100100110101010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45091D; }

 p { color: rgb(69,9,29); }

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

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

 a { background-color: rgb(69,9,29); }

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

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

 span { border-color: rgb(69,9,29); }

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