#48191C

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

Shades of Bordeaux #48191C

Tints of Bordeaux #48191C

Color information

#48191C (or 0x48191C) is unknown color: approx Bordeaux. HEX triplet: 48, 19 and 1C. RGB value is (72,25,28). Sum of RGB (Red+Green+Blue) = 72+25+28=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #48191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48191C is #B7E6E3. Grayscale: #272727. Windows color (decimal): -12052196 or 1841480. OLE color: 1841480.

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

Color convert

RGB722528-
CMYK00.650.610.72
HSL356.17º48.45%19.02%-
HSV(B)356.17º65.28%28.24%-
XYZ3.232.161.34-
YUV39.39121.57151.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=57.6%
G=20%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72252800.650.610.72356.1748.4519.02
Hex48191C0413D481643013
Octal11031340101751105446023
Binary1001000110011110001000001111101100100010110010011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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