#45141C

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

Shades of Bordeaux #45141C

Tints of Bordeaux #45141C

Color information

#45141C (or 0x45141C) is unknown color: approx Bordeaux. HEX triplet: 45, 14 and 1C. RGB value is (69,20,28). Sum of RGB (Red+Green+Blue) = 69+20+28=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #45141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45141C is #BAEBE3. Grayscale: #232323. Windows color (decimal): -12250084 or 1840197. OLE color: 1840197.

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

Color convert

RGB692028-
CMYK00.710.590.73
HSL350.2º55.06%17.45%-
HSV(B)350.2º71.01%27.06%-
XYZ2.911.851.3-
YUV35.56123.73151.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.97%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=58.97%
G=17.09%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69202800.710.590.73350.255.0617.45
Hex45141C0473B4915e3711
Octal10524340107731115366721
Binary1000101101001110001000111111011100100110101111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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