#48111F

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

Shades of Bordeaux #48111F

Tints of Bordeaux #48111F

Color information

#48111F (or 0x48111F) is unknown color: approx Bordeaux. HEX triplet: 48, 11 and 1F. RGB value is (72,17,31). Sum of RGB (Red+Green+Blue) = 72+17+31=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48111F is #B7EEE0. Grayscale: #232323. Windows color (decimal): -12054241 or 2036040. OLE color: 2036040.

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

Color convert

RGB721731-
CMYK00.760.570.72
HSL344.73º61.8%17.45%-
HSV(B)344.73º76.39%28.24%-
XYZ3.121.881.49-
YUV35.04125.72154.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=60%
G=14.17%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72173100.760.570.72344.7361.817.45
Hex48111F04C39481593e11
Octal11021370114711105317621
Binary1001000100011111101001100111001100100010101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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