#45161C

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

Shades of Bordeaux #45161C

Tints of Bordeaux #45161C

Color information

#45161C (or 0x45161C) is unknown color: approx Bordeaux. HEX triplet: 45, 16 and 1C. RGB value is (69,22,28). Sum of RGB (Red+Green+Blue) = 69+22+28=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #45161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45161C is #BAE9E3. Grayscale: #242424. Windows color (decimal): -12249572 or 1840709. OLE color: 1840709.

HSL color Cylindrical-coordinate representation of color #45161C: hue angle of 352.34º 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 #45161C is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB692228-
CMYK00.680.590.73
HSL352.34º51.65%17.84%-
HSV(B)352.34º68.12%27.06%-
XYZ2.951.921.31-
YUV36.74123.07151.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.98%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=57.98%
G=18.49%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69222800.680.590.73352.3451.6517.84
Hex45161C0443B491603412
Octal10526340104731115406422
Binary1000101101101110001000100111011100100110110000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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