#480219

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

Shades of Bordeaux #480219

Tints of Bordeaux #480219

Color information

#480219 (or 0x480219) is unknown color: approx Bordeaux. HEX triplet: 48, 02 and 19. RGB value is (72,2,25). Sum of RGB (Red+Green+Blue) = 72+2+25=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #480219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480219 is #B7FDE6. Grayscale: #191919. Windows color (decimal): -12058087 or 1638984. OLE color: 1638984.

HSL color Cylindrical-coordinate representation of color #480219: hue angle of 340.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #480219 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB72225-
CMYK00.970.650.72
HSL340.29º94.59%14.51%-
HSV(B)340.29º97.22%28.24%-
XYZ2.871.491.06-
YUV25.55127.69161.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=72.73%
G=2.02%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7222500.970.650.72340.2994.5914.51
Hex4821906141481545ff
Octal110231014110111052413717
Binary10010001011001011000011000001100100010101010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480219; }

 p { color: rgb(72,2,25); }

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

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

 a { background-color: rgb(72,2,25); }

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

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

 span { border-color: rgb(72,2,25); }

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