#48091E

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

Shades of Bordeaux #48091E

Tints of Bordeaux #48091E

Color information

#48091E (or 0x48091E) is unknown color: approx Bordeaux. HEX triplet: 48, 09 and 1E. RGB value is (72,9,30). Sum of RGB (Red+Green+Blue) = 72+9+30=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #48091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48091E is #B7F6E1. Grayscale: #1E1E1E. Windows color (decimal): -12056290 or 1968456. OLE color: 1968456.

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

Color convert

RGB72930-
CMYK00.880.580.72
HSL340º77.78%15.88%-
HSV(B)340º87.5%28.24%-
XYZ31.671.39-
YUV30.23127.87157.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 30 (12.11% from 255) = 27.03%
R=64.86%
G=8.11%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7293000.880.580.7234077.7815.88
Hex4891E0583A481544e10
Octal110113601307211052411620
Binary1001000100111110010110001110101001000101010100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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