#45151C

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

Shades of Bordeaux #45151C

Tints of Bordeaux #45151C

Color information

#45151C (or 0x45151C) is unknown color: approx Bordeaux. HEX triplet: 45, 15 and 1C. RGB value is (69,21,28). Sum of RGB (Red+Green+Blue) = 69+21+28=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #45151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45151C is #BAEAE3. Grayscale: #242424. Windows color (decimal): -12249828 or 1840453. OLE color: 1840453.

HSL color Cylindrical-coordinate representation of color #45151C: hue angle of 351.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45151C is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB692128-
CMYK00.700.590.73
HSL351.25º53.33%17.65%-
HSV(B)351.25º69.57%27.06%-
XYZ2.931.891.31-
YUV36.15123.4151.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.47%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=58.47%
G=17.80%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69212800.700.590.73351.2553.3317.65
Hex45151C0463B4915f3512
Octal10525340106731115376522
Binary1000101101011110001000110111011100100110101111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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