#480617

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

Shades of Bordeaux #480617

Tints of Bordeaux #480617

Color information

#480617 (or 0x480617) is unknown color: approx Bordeaux. HEX triplet: 48, 06 and 17. RGB value is (72,6,23). Sum of RGB (Red+Green+Blue) = 72+6+23=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #480617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480617 is #B7F9E8. Grayscale: #1B1B1B. Windows color (decimal): -12057065 or 1508936. OLE color: 1508936.

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

Color convert

RGB72623-
CMYK00.920.680.72
HSL344.55º84.62%15.29%-
HSV(B)344.55º91.67%28.24%-
XYZ2.891.570.96-
YUV27.67125.37159.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 71.29%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=71.29%
G=5.94%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7262300.920.680.72344.5584.6215.29
Hex4861705C444815955f
Octal110627013410411053112517
Binary100100011010111010111001000100100100010101100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480617; }

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

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

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

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

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

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

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

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