#480419

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

Shades of Bordeaux #480419

Tints of Bordeaux #480419

Color information

#480419 (or 0x480419) is unknown color: approx Bordeaux. HEX triplet: 48, 04 and 19. RGB value is (72,4,25). Sum of RGB (Red+Green+Blue) = 72+4+25=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #480419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480419 is #B7FBE6. Grayscale: #1A1A1A. Windows color (decimal): -12057575 or 1639496. OLE color: 1639496.

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

Color convert

RGB72425-
CMYK00.940.650.72
HSL341.47º89.47%14.9%-
HSV(B)341.47º94.44%28.24%-
XYZ2.891.531.06-
YUV26.73127.03160.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 71.29%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=71.29%
G=3.96%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7242500.940.650.72341.4789.4714.9
Hex4841905E414815559f
Octal110431013610111052513117
Binary100100010011001010111101000001100100010101010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480419; }

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

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

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

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

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

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

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

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