#48191D

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

Shades of Bordeaux #48191D

Tints of Bordeaux #48191D

Color information

#48191D (or 0x48191D) is unknown color: approx Bordeaux. HEX triplet: 48, 19 and 1D. RGB value is (72,25,29). Sum of RGB (Red+Green+Blue) = 72+25+29=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #48191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48191D is #B7E6E2. Grayscale: #272727. Windows color (decimal): -12052195 or 1907016. OLE color: 1907016.

HSL color Cylindrical-coordinate representation of color #48191D: hue angle of 354.89º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48191D is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB722529-
CMYK00.650.600.72
HSL354.89º48.45%19.02%-
HSV(B)354.89º65.28%28.24%-
XYZ3.242.161.41-
YUV39.51122.07151.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=57.14%
G=19.84%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72252900.650.600.72354.8948.4519.02
Hex48191D0413C481633013
Octal11031350101741105436023
Binary1001000110011110101000001111100100100010110001111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48191D; }

 p { color: rgb(72,25,29); }

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

<style>
 a { background-color: #48191D; }

 a { background-color: rgb(72,25,29); }

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

<style>
 span { border-color: #48191D; }

 span { border-color: rgb(72,25,29); }

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