#45091C

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

Shades of Bordeaux #45091C

Tints of Bordeaux #45091C

Color information

#45091C (or 0x45091C) is unknown color: approx Bordeaux. HEX triplet: 45, 09 and 1C. RGB value is (69,9,28). Sum of RGB (Red+Green+Blue) = 69+9+28=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #45091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45091C is #BAF6E3. Grayscale: #1D1D1D. Windows color (decimal): -12252900 or 1837381. OLE color: 1837381.

HSL color Cylindrical-coordinate representation of color #45091C: hue angle of 341º 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 #45091C is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB69928-
CMYK00.870.590.73
HSL341º76.92%15.29%-
HSV(B)341º86.96%27.06%-
XYZ2.761.541.25-
YUV29.11127.38156.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.09%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 28 (11.33% from 255) = 26.42%
R=65.09%
G=8.49%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6992800.870.590.7334176.9215.29
Hex4591C0573B491554df
Octal105113401277311152511517
Binary100010110011110001010111111011100100110101010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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