#48151B

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

Shades of Bordeaux #48151B

Tints of Bordeaux #48151B

Color information

#48151B (or 0x48151B) is unknown color: approx Bordeaux. HEX triplet: 48, 15 and 1B. RGB value is (72,21,27). Sum of RGB (Red+Green+Blue) = 72+21+27=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48151B is #B7EAE4. Grayscale: #242424. Windows color (decimal): -12053221 or 1774920. OLE color: 1774920.

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

Color convert

RGB722127-
CMYK00.710.620.72
HSL352.94º54.84%18.24%-
HSV(B)352.94º70.83%28.24%-
XYZ3.141.991.26-
YUV36.93122.4153.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=60%
G=17.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72212700.710.620.72352.9454.8418.24
Hex48151B0473E481613712
Octal11025330107761105416722
Binary1001000101011101101000111111110100100010110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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