#480316

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

Shades of Bordeaux #480316

Tints of Bordeaux #480316

Color information

#480316 (or 0x480316) is unknown color: approx Bordeaux. HEX triplet: 48, 03 and 16. RGB value is (72,3,22). Sum of RGB (Red+Green+Blue) = 72+3+22=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #480316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480316 is #B7FCE9. Grayscale: #191919. Windows color (decimal): -12057834 or 1442632. OLE color: 1442632.

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

Color convert

RGB72322-
CMYK00.960.690.72
HSL343.48º92%14.71%-
HSV(B)343.48º95.83%28.24%-
XYZ2.851.50.9-
YUV25.8125.86160.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 74.23%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=74.23%
G=3.09%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7232200.960.690.72343.489214.71
Hex4831606045481575cf
Octal110326014010511052713417
Binary10010001110110011000001000101100100010101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480316; }

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

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

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

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

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

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

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

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