#480417

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

Shades of Bordeaux #480417

Tints of Bordeaux #480417

Color information

#480417 (or 0x480417) is unknown color: approx Bordeaux. HEX triplet: 48, 04 and 17. RGB value is (72,4,23). Sum of RGB (Red+Green+Blue) = 72+4+23=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #480417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480417 is #B7FBE8. Grayscale: #1A1A1A. Windows color (decimal): -12057577 or 1508424. OLE color: 1508424.

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

Color convert

RGB72423-
CMYK00.940.680.72
HSL343.24º89.47%14.9%-
HSV(B)343.24º94.44%28.24%-
XYZ2.871.530.95-
YUV26.5126.03160.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 23 (9.38% from 255) = 23.23%
R=72.73%
G=4.04%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7242300.940.680.72343.2489.4714.9
Hex4841705E444815759f
Octal110427013610411052713117
Binary100100010010111010111101000100100100010101011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480417; }

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

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

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

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

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

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

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

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