#45141D

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

Shades of Bordeaux #45141D

Tints of Bordeaux #45141D

Color information

#45141D (or 0x45141D) is unknown color: approx Bordeaux. HEX triplet: 45, 14 and 1D. RGB value is (69,20,29). Sum of RGB (Red+Green+Blue) = 69+20+29=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #45141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45141D is #BAEBE2. Grayscale: #232323. Windows color (decimal): -12250083 or 1905733. OLE color: 1905733.

HSL color Cylindrical-coordinate representation of color #45141D: hue angle of 348.98º 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 #45141D is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB692029-
CMYK00.710.580.73
HSL348.98º55.06%17.45%-
HSV(B)348.98º71.01%27.06%-
XYZ2.931.851.37-
YUV35.68124.23151.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.47%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=58.47%
G=16.95%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69202900.710.580.73348.9855.0617.45
Hex45141D0473A4915d3711
Octal10524350107721115356721
Binary1000101101001110101000111111010100100110101110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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