#480719

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

Shades of Bordeaux #480719

Tints of Bordeaux #480719

Color information

#480719 (or 0x480719) is unknown color: approx Bordeaux. HEX triplet: 48, 07 and 19. RGB value is (72,7,25). Sum of RGB (Red+Green+Blue) = 72+7+25=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #480719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480719 is #B7F8E6. Grayscale: #1C1C1C. Windows color (decimal): -12056807 or 1640264. OLE color: 1640264.

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

Color convert

RGB72725-
CMYK00.900.650.72
HSL343.38º82.28%15.49%-
HSV(B)343.38º90.28%28.24%-
XYZ2.921.61.07-
YUV28.49126.03159.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=69.23%
G=6.73%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7272500.900.650.72343.3882.2815.49
Hex4871905A414815752f
Octal110731013210111052712217
Binary100100011111001010110101000001100100010101011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480719; }

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

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

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

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

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

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

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

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