#48151F

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

Shades of Bordeaux #48151F

Tints of Bordeaux #48151F

Color information

#48151F (or 0x48151F) is unknown color: approx Bordeaux. HEX triplet: 48, 15 and 1F. RGB value is (72,21,31). Sum of RGB (Red+Green+Blue) = 72+21+31=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48151F is #B7EAE0. Grayscale: #252525. Windows color (decimal): -12053217 or 2037064. OLE color: 2037064.

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

Color convert

RGB722131-
CMYK00.710.570.72
HSL348.24º54.84%18.24%-
HSV(B)348.24º70.83%28.24%-
XYZ3.192.011.52-
YUV37.39124.4152.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 31 (12.5% from 255) = 25%
R=58.06%
G=16.94%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72213100.710.570.72348.2454.8418.24
Hex48151F047394815c3712
Octal11025370107711105346722
Binary1001000101011111101000111111001100100010101110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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