#48151D

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

Shades of Bordeaux #48151D

Tints of Bordeaux #48151D

Color information

#48151D (or 0x48151D) is unknown color: approx Bordeaux. HEX triplet: 48, 15 and 1D. RGB value is (72,21,29). Sum of RGB (Red+Green+Blue) = 72+21+29=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48151D is #B7EAE2. Grayscale: #252525. Windows color (decimal): -12053219 or 1905992. OLE color: 1905992.

HSL color Cylindrical-coordinate representation of color #48151D: hue angle of 350.59º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48151D is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB722129-
CMYK00.710.600.72
HSL350.59º54.84%18.24%-
HSV(B)350.59º70.83%28.24%-
XYZ3.1621.38-
YUV37.16123.4152.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=59.02%
G=17.21%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72212900.710.600.72350.5954.8418.24
Hex48151D0473C4815f3712
Octal11025350107741105376722
Binary1001000101011110101000111111100100100010101111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48151D; }

 p { color: rgb(72,21,29); }

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

<style>
 a { background-color: #48151D; }

 a { background-color: rgb(72,21,29); }

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

<style>
 span { border-color: #48151D; }

 span { border-color: rgb(72,21,29); }

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