#45181E

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

Shades of Bordeaux #45181E

Tints of Bordeaux #45181E

Color information

#45181E (or 0x45181E) is unknown color: approx Bordeaux. HEX triplet: 45, 18 and 1E. RGB value is (69,24,30). Sum of RGB (Red+Green+Blue) = 69+24+30=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #45181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45181E is #BAE7E1. Grayscale: #262626. Windows color (decimal): -12249058 or 1972293. OLE color: 1972293.

HSL color Cylindrical-coordinate representation of color #45181E: hue angle of 352º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45181E is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB692430-
CMYK00.650.570.73
HSL352º48.39%18.24%-
HSV(B)352º65.22%27.06%-
XYZ3.022.011.46-
YUV38.14123.41150.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.10%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=56.10%
G=19.51%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69243000.650.570.7335248.3918.24
Hex45181E04139491603012
Octal10530360101711115406022
Binary1000101110001111001000001111001100100110110000011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45181E; }

 p { color: rgb(69,24,30); }

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

<style>
 a { background-color: #45181E; }

 a { background-color: rgb(69,24,30); }

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

<style>
 span { border-color: #45181E; }

 span { border-color: rgb(69,24,30); }

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