#480416

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

Shades of Bordeaux #480416

Tints of Bordeaux #480416

Color information

#480416 (or 0x480416) is unknown color: approx Bordeaux. HEX triplet: 48, 04 and 16. RGB value is (72,4,22). Sum of RGB (Red+Green+Blue) = 72+4+22=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #480416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480416 is #B7FBE9. Grayscale: #1A1A1A. Windows color (decimal): -12057578 or 1442888. OLE color: 1442888.

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

Color convert

RGB72422-
CMYK00.940.690.72
HSL344.12º89.47%14.9%-
HSV(B)344.12º94.44%28.24%-
XYZ2.861.520.9-
YUV26.38125.53160.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 73.47%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=73.47%
G=4.08%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7242200.940.690.72344.1289.4714.9
Hex4841605E454815859f
Octal110426013610511053013117
Binary100100010010110010111101000101100100010101100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480416; }

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

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

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

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

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

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

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

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