#45161D

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

Shades of Bordeaux #45161D

Tints of Bordeaux #45161D

Color information

#45161D (or 0x45161D) is unknown color: approx Bordeaux. HEX triplet: 45, 16 and 1D. RGB value is (69,22,29). Sum of RGB (Red+Green+Blue) = 69+22+29=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #45161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45161D is #BAE9E2. Grayscale: #242424. Windows color (decimal): -12249571 or 1906245. OLE color: 1906245.

HSL color Cylindrical-coordinate representation of color #45161D: hue angle of 351.06º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45161D is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB692229-
CMYK00.680.580.73
HSL351.06º51.65%17.84%-
HSV(B)351.06º68.12%27.06%-
XYZ2.961.931.38-
YUV36.85123.57150.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.5%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=57.5%
G=18.33%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69222900.680.580.73351.0651.6517.84
Hex45161D0443A4915f3412
Octal10526350104721115376422
Binary1000101101101110101000100111010100100110101111111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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