#48171C

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

Shades of Bordeaux #48171C

Tints of Bordeaux #48171C

Color information

#48171C (or 0x48171C) is unknown color: approx Bordeaux. HEX triplet: 48, 17 and 1C. RGB value is (72,23,28). Sum of RGB (Red+Green+Blue) = 72+23+28=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48171C is #B7E8E3. Grayscale: #262626. Windows color (decimal): -12052708 or 1840968. OLE color: 1840968.

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

Color convert

RGB722328-
CMYK00.680.610.72
HSL353.88º51.58%18.63%-
HSV(B)353.88º68.06%28.24%-
XYZ3.192.071.33-
YUV38.22122.23152.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=58.54%
G=18.70%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72232800.680.610.72353.8851.5818.63
Hex48171C0443D481623413
Octal11027340104751105426423
Binary1001000101111110001000100111101100100010110001011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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