#48171B

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

Shades of Bordeaux #48171B

Tints of Bordeaux #48171B

Color information

#48171B (or 0x48171B) is unknown color: approx Bordeaux. HEX triplet: 48, 17 and 1B. RGB value is (72,23,27). Sum of RGB (Red+Green+Blue) = 72+23+27=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48171B is #B7E8E4. Grayscale: #262626. Windows color (decimal): -12052709 or 1775432. OLE color: 1775432.

HSL color Cylindrical-coordinate representation of color #48171B: hue angle of 355.1º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48171B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB722327-
CMYK00.680.620.72
HSL355.1º51.58%18.63%-
HSV(B)355.1º68.06%28.24%-
XYZ3.182.071.27-
YUV38.11121.73152.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=59.02%
G=18.85%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72232700.680.620.72355.151.5818.63
Hex48171B0443E481633413
Octal11027330104761105436423
Binary1001000101111101101000100111110100100010110001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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