#45081B

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

Shades of Bordeaux #45081B

Tints of Bordeaux #45081B

Color information

#45081B (or 0x45081B) is unknown color: approx Bordeaux. HEX triplet: 45, 08 and 1B. RGB value is (69,8,27). Sum of RGB (Red+Green+Blue) = 69+8+27=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #45081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45081B is #BAF7E4. Grayscale: #1C1C1C. Windows color (decimal): -12253157 or 1771589. OLE color: 1771589.

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

Color convert

RGB69827-
CMYK00.880.610.73
HSL341.31º79.22%15.1%-
HSV(B)341.31º88.41%27.06%-
XYZ2.741.521.19-
YUV28.4127.21156.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.35%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=66.35%
G=7.69%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6982700.880.610.73341.3179.2215.1
Hex4581B0583D491554ff
Octal105103301307511152511717
Binary100010110001101101011000111101100100110101010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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