#48111E

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

Shades of Bordeaux #48111E

Tints of Bordeaux #48111E

Color information

#48111E (or 0x48111E) is unknown color: approx Bordeaux. HEX triplet: 48, 11 and 1E. RGB value is (72,17,30). Sum of RGB (Red+Green+Blue) = 72+17+30=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48111E is #B7EEE1. Grayscale: #222222. Windows color (decimal): -12054242 or 1970504. OLE color: 1970504.

HSL color Cylindrical-coordinate representation of color #48111E: hue angle of 345.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48111E is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB721730-
CMYK00.760.580.72
HSL345.82º61.8%17.45%-
HSV(B)345.82º76.39%28.24%-
XYZ3.111.871.43-
YUV34.93125.22154.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60.50%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=60.50%
G=14.29%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72173000.760.580.72345.8261.817.45
Hex48111E04C3A4815a3e11
Octal11021360114721105327621
Binary1001000100011111001001100111010100100010101101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,17,30); }

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

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

 a { background-color: rgb(72,17,30); }

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

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

 span { border-color: rgb(72,17,30); }

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