#480216

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

Shades of Bordeaux #480216

Tints of Bordeaux #480216

Color information

#480216 (or 0x480216) is unknown color: approx Bordeaux. HEX triplet: 48, 02 and 16. RGB value is (72,2,22). Sum of RGB (Red+Green+Blue) = 72+2+22=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480216 is #B7FDE9. Grayscale: #191919. Windows color (decimal): -12058090 or 1442376. OLE color: 1442376.

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

Color convert

RGB72222-
CMYK00.970.690.72
HSL342.86º94.59%14.51%-
HSV(B)342.86º97.22%28.24%-
XYZ2.841.480.89-
YUV25.21126.19161.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=75%
G=2.08%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7222200.970.690.72342.8694.5914.51
Hex4821606145481575ff
Octal110226014110511052713717
Binary10010001010110011000011000101100100010101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480216; }

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

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

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

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

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

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

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

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