#48111C

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

Shades of Bordeaux #48111C

Tints of Bordeaux #48111C

Color information

#48111C (or 0x48111C) is unknown color: approx Bordeaux. HEX triplet: 48, 11 and 1C. RGB value is (72,17,28). Sum of RGB (Red+Green+Blue) = 72+17+28=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48111C is #B7EEE3. Grayscale: #222222. Windows color (decimal): -12054244 or 1839432. OLE color: 1839432.

HSL color Cylindrical-coordinate representation of color #48111C: hue angle of 348º 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 #48111C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB721728-
CMYK00.760.610.72
HSL348º61.8%17.45%-
HSV(B)348º76.39%28.24%-
XYZ3.081.861.3-
YUV34.7124.22154.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=61.54%
G=14.53%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72172800.760.610.7234861.817.45
Hex48111C04C3D4815c3e11
Octal11021340114751105347621
Binary1001000100011110001001100111101100100010101110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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