#48091D

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

Shades of Bordeaux #48091D

Tints of Bordeaux #48091D

Color information

#48091D (or 0x48091D) is unknown color: approx Bordeaux. HEX triplet: 48, 09 and 1D. RGB value is (72,9,29). Sum of RGB (Red+Green+Blue) = 72+9+29=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #48091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48091D is #B7F6E2. Grayscale: #1E1E1E. Windows color (decimal): -12056291 or 1902920. OLE color: 1902920.

HSL color Cylindrical-coordinate representation of color #48091D: hue angle of 340.95º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48091D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB72929-
CMYK00.880.600.72
HSL340.95º77.78%15.88%-
HSV(B)340.95º87.5%28.24%-
XYZ2.991.661.33-
YUV30.12127.37157.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=65.45%
G=8.18%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7292900.880.600.72340.9577.7815.88
Hex4891D0583C481554e10
Octal110113501307411052511620
Binary1001000100111101010110001111001001000101010101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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