#48091B

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

Shades of Bordeaux #48091B

Tints of Bordeaux #48091B

Color information

#48091B (or 0x48091B) is unknown color: approx Bordeaux. HEX triplet: 48, 09 and 1B. RGB value is (72,9,27). Sum of RGB (Red+Green+Blue) = 72+9+27=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48091B is #B7F6E4. Grayscale: #1D1D1D. Windows color (decimal): -12056293 or 1771848. OLE color: 1771848.

HSL color Cylindrical-coordinate representation of color #48091B: hue angle of 342.86º 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 #48091B is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB72927-
CMYK00.880.620.72
HSL342.86º77.78%15.88%-
HSV(B)342.86º87.5%28.24%-
XYZ2.971.651.2-
YUV29.89126.37158.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 27 (10.94% from 255) = 25%
R=66.67%
G=8.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7292700.880.620.72342.8677.7815.88
Hex4891B0583E481574e10
Octal110113301307611052711620
Binary1001000100111011010110001111101001000101010111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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