#48081E

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

Shades of Bordeaux #48081E

Tints of Bordeaux #48081E

Color information

#48081E (or 0x48081E) is unknown color: approx Bordeaux. HEX triplet: 48, 08 and 1E. RGB value is (72,8,30). Sum of RGB (Red+Green+Blue) = 72+8+30=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #48081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48081E is #B7F7E1. Grayscale: #1D1D1D. Windows color (decimal): -12056546 or 1968200. OLE color: 1968200.

HSL color Cylindrical-coordinate representation of color #48081E: hue angle of 339.38º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48081E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB72830-
CMYK00.890.580.72
HSL339.38º80%15.69%-
HSV(B)339.38º88.89%28.24%-
XYZ2.991.651.39-
YUV29.64128.2158.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=65.45%
G=7.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7283000.890.580.72339.388015.69
Hex4881E0593A481535010
Octal110103601317211052312020
Binary1001000100011110010110011110101001000101010011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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