#48101C

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

Shades of Bordeaux #48101C

Tints of Bordeaux #48101C

Color information

#48101C (or 0x48101C) is unknown color: approx Bordeaux. HEX triplet: 48, 10 and 1C. RGB value is (72,16,28). Sum of RGB (Red+Green+Blue) = 72+16+28=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48101C is #B7EFE3. Grayscale: #222222. Windows color (decimal): -12054500 or 1839176. OLE color: 1839176.

HSL color Cylindrical-coordinate representation of color #48101C: hue angle of 347.14º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48101C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB721628-
CMYK00.780.610.72
HSL347.14º63.64%17.25%-
HSV(B)347.14º77.78%28.24%-
XYZ3.071.831.29-
YUV34.11124.55155.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=62.07%
G=13.79%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72162800.780.610.72347.1463.6417.25
Hex48101C04E3D4815b4011
Octal110203401167511053310021
Binary10010001000011100010011101111011001000101011011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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