#45131C

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

Shades of Bordeaux #45131C

Tints of Bordeaux #45131C

Color information

#45131C (or 0x45131C) is unknown color: approx Bordeaux. HEX triplet: 45, 13 and 1C. RGB value is (69,19,28). Sum of RGB (Red+Green+Blue) = 69+19+28=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #45131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45131C is #BAECE3. Grayscale: #222222. Windows color (decimal): -12250340 or 1839941. OLE color: 1839941.

HSL color Cylindrical-coordinate representation of color #45131C: hue angle of 349.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45131C is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB691928-
CMYK00.720.590.73
HSL349.2º56.82%17.25%-
HSV(B)349.2º72.46%27.06%-
XYZ2.91.811.3-
YUV34.98124.06152.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 59.48%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=59.48%
G=16.38%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69192800.720.590.73349.256.8217.25
Hex45131C0483B4915d3911
Octal10523340110731115357121
Binary1000101100111110001001000111011100100110101110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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