#45041A

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

Shades of Bordeaux #45041A

Tints of Bordeaux #45041A

Color information

#45041A (or 0x45041A) is unknown color: approx Bordeaux. HEX triplet: 45, 04 and 1A. RGB value is (69,4,26). Sum of RGB (Red+Green+Blue) = 69+4+26=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #45041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45041A is #BAFBE5. Grayscale: #191919. Windows color (decimal): -12254182 or 1705029. OLE color: 1705029.

HSL color Cylindrical-coordinate representation of color #45041A: hue angle of 339.69º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45041A is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB69426-
CMYK00.940.620.73
HSL339.69º89.04%14.31%-
HSV(B)339.69º94.2%27.06%-
XYZ2.681.431.11-
YUV25.94128.03158.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 69.70%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=69.70%
G=4.04%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6942600.940.620.73339.6989.0414.31
Hex4541A05E3E4915459e
Octal10543201367611152413116
Binary10001011001101001011110111110100100110101010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45041A; }

 p { color: rgb(69,4,26); }

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

<style>
 a { background-color: #45041A; }

 a { background-color: rgb(69,4,26); }

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

<style>
 span { border-color: #45041A; }

 span { border-color: rgb(69,4,26); }

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