#48151C

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

Shades of Bordeaux #48151C

Tints of Bordeaux #48151C

Color information

#48151C (or 0x48151C) is unknown color: approx Bordeaux. HEX triplet: 48, 15 and 1C. RGB value is (72,21,28). Sum of RGB (Red+Green+Blue) = 72+21+28=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48151C is #B7EAE3. Grayscale: #252525. Windows color (decimal): -12053220 or 1840456. OLE color: 1840456.

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

Color convert

RGB722128-
CMYK00.710.610.72
HSL351.76º54.84%18.24%-
HSV(B)351.76º70.83%28.24%-
XYZ3.1521.32-
YUV37.05122.9152.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=59.50%
G=17.36%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72212800.710.610.72351.7654.8418.24
Hex48151C0473D481603712
Octal11025340107751105406722
Binary1001000101011110001000111111101100100010110000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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