#480917

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

Shades of Bordeaux #480917

Tints of Bordeaux #480917

Color information

#480917 (or 0x480917) is unknown color: approx Bordeaux. HEX triplet: 48, 09 and 17. RGB value is (72,9,23). Sum of RGB (Red+Green+Blue) = 72+9+23=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #480917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480917 is #B7F6E8. Grayscale: #1D1D1D. Windows color (decimal): -12056297 or 1509704. OLE color: 1509704.

HSL color Cylindrical-coordinate representation of color #480917: hue angle of 346.67º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480917 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB72923-
CMYK00.880.680.72
HSL346.67º77.78%15.88%-
HSV(B)346.67º87.5%28.24%-
XYZ2.921.630.97-
YUV29.43124.37158.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=69.23%
G=8.65%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7292300.880.680.72346.6777.7815.88
Hex48917058444815b4e10
Octal1101127013010411053311620
Binary10010001001101110101100010001001001000101011011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480917; }

 p { color: rgb(72,9,23); }

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

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

 a { background-color: rgb(72,9,23); }

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

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

 span { border-color: rgb(72,9,23); }

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