#48101F

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

Shades of Bordeaux #48101F

Tints of Bordeaux #48101F

Color information

#48101F (or 0x48101F) is unknown color: approx Bordeaux. HEX triplet: 48, 10 and 1F. RGB value is (72,16,31). Sum of RGB (Red+Green+Blue) = 72+16+31=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48101F is #B7EFE0. Grayscale: #222222. Windows color (decimal): -12054497 or 2035784. OLE color: 2035784.

HSL color Cylindrical-coordinate representation of color #48101F: hue angle of 343.93º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48101F is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB721631-
CMYK00.780.570.72
HSL343.93º63.64%17.25%-
HSV(B)343.93º77.78%28.24%-
XYZ3.111.851.49-
YUV34.45126.05154.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60.50%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=60.50%
G=13.45%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72163100.780.570.72343.9363.6417.25
Hex48101F04E39481584011
Octal110203701167111053010021
Binary10010001000011111010011101110011001000101011000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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