#45051B

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

Shades of Bordeaux #45051B

Tints of Bordeaux #45051B

Color information

#45051B (or 0x45051B) is unknown color: approx Bordeaux. HEX triplet: 45, 05 and 1B. RGB value is (69,5,27). Sum of RGB (Red+Green+Blue) = 69+5+27=101 (13% of max value = 765). Red value is 69 (27.34% from 255 or 68.32% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 69 - color contains mainly: red. Hex color #45051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45051B is #BAFAE4. Grayscale: #1A1A1A. Windows color (decimal): -12253925 or 1770821. OLE color: 1770821.

HSL color Cylindrical-coordinate representation of color #45051B: hue angle of 339.38º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45051B is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB69527-
CMYK00.930.610.73
HSL339.38º86.49%14.51%-
HSV(B)339.38º92.75%27.06%-
XYZ2.711.451.17-
YUV26.64128.2158.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 68.32%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=68.32%
G=4.95%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6952700.930.610.73339.3886.4914.51
Hex4551B05D3D4915356f
Octal10553301357511152312617
Binary10001011011101101011101111101100100110101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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