#45081E

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

Shades of Bordeaux #45081E

Tints of Bordeaux #45081E

Color information

#45081E (or 0x45081E) is unknown color: approx Bordeaux. HEX triplet: 45, 08 and 1E. RGB value is (69,8,30). Sum of RGB (Red+Green+Blue) = 69+8+30=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #45081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45081E is #BAF7E1. Grayscale: #1C1C1C. Windows color (decimal): -12253154 or 1968197. OLE color: 1968197.

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

Color convert

RGB69830-
CMYK00.880.570.73
HSL338.36º79.22%15.1%-
HSV(B)338.36º88.41%27.06%-
XYZ2.781.531.38-
YUV28.75128.71156.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 64.49%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=64.49%
G=7.48%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6983000.880.570.73338.3679.2215.1
Hex4581E05839491524ff
Octal105103601307111152211717
Binary100010110001111001011000111001100100110101001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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