#49151C

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

Shades of Bordeaux #49151C

Tints of Bordeaux #49151C

Color information

#49151C (or 0x49151C) is unknown color: approx Bordeaux. HEX triplet: 49, 15 and 1C. RGB value is (73,21,28). Sum of RGB (Red+Green+Blue) = 73+21+28=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #49151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49151C is #B6EAE3. Grayscale: #252525. Windows color (decimal): -11987684 or 1840457. OLE color: 1840457.

HSL color Cylindrical-coordinate representation of color #49151C: hue angle of 351.92º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49151C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB732128-
CMYK00.710.620.71
HSL351.92º55.32%18.43%-
HSV(B)351.92º71.23%28.63%-
XYZ3.232.041.32-
YUV37.35122.73153.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.84%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=59.84%
G=17.21%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73212800.710.620.71351.9255.3218.43
Hex49151C0473E471603712
Octal11125340107761075406722
Binary1001001101011110001000111111110100011110110000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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