#48071D

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

Shades of Bordeaux #48071D

Tints of Bordeaux #48071D

Color information

#48071D (or 0x48071D) is unknown color: approx Bordeaux. HEX triplet: 48, 07 and 1D. RGB value is (72,7,29). Sum of RGB (Red+Green+Blue) = 72+7+29=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48071D is #B7F8E2. Grayscale: #1C1C1C. Windows color (decimal): -12056803 or 1902408. OLE color: 1902408.

HSL color Cylindrical-coordinate representation of color #48071D: hue angle of 339.69º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48071D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB72729-
CMYK00.900.600.72
HSL339.69º82.28%15.49%-
HSV(B)339.69º90.28%28.24%-
XYZ2.971.621.32-
YUV28.94128.03158.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=66.67%
G=6.48%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7272900.900.600.72339.6982.2815.49
Hex4871D05A3C4815452f
Octal11073501327411052412217
Binary10010001111110101011010111100100100010101010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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