#45081C

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

Shades of Bordeaux #45081C

Tints of Bordeaux #45081C

Color information

#45081C (or 0x45081C) is unknown color: approx Bordeaux. HEX triplet: 45, 08 and 1C. RGB value is (69,8,28). Sum of RGB (Red+Green+Blue) = 69+8+28=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #45081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45081C is #BAF7E3. Grayscale: #1C1C1C. Windows color (decimal): -12253156 or 1837125. OLE color: 1837125.

HSL color Cylindrical-coordinate representation of color #45081C: hue angle of 340.33º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45081C is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB69828-
CMYK00.880.590.73
HSL340.33º79.22%15.1%-
HSV(B)340.33º88.41%27.06%-
XYZ2.751.521.25-
YUV28.52127.71156.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.71%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=65.71%
G=7.62%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6982800.880.590.73340.3379.2215.1
Hex4581C0583B491544ff
Octal105103401307311152411717
Binary100010110001110001011000111011100100110101010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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