#45191E

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

Shades of Bordeaux #45191E

Tints of Bordeaux #45191E

Color information

#45191E (or 0x45191E) is unknown color: approx Bordeaux. HEX triplet: 45, 19 and 1E. RGB value is (69,25,30). Sum of RGB (Red+Green+Blue) = 69+25+30=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #45191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45191E is #BAE6E1. Grayscale: #262626. Windows color (decimal): -12248802 or 1972549. OLE color: 1972549.

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

Color convert

RGB692530-
CMYK00.640.570.73
HSL353.18º46.81%18.43%-
HSV(B)353.18º63.77%27.06%-
XYZ3.042.051.46-
YUV38.73123.08149.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.65%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=55.65%
G=20.16%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69253000.640.570.73353.1846.8118.43
Hex45191E04039491612f12
Octal10531360100711115415722
Binary1000101110011111001000000111001100100110110000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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