#480A17

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

Shades of Bordeaux #480A17

Tints of Bordeaux #480A17

Color information

#480A17 (or 0x480A17) is unknown color: approx Bordeaux. HEX triplet: 48, 0A and 17. RGB value is (72,10,23). Sum of RGB (Red+Green+Blue) = 72+10+23=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #480A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A17 is #B7F5E8. Grayscale: #1E1E1E. Windows color (decimal): -12056041 or 1509960. OLE color: 1509960.

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

Color convert

RGB721023-
CMYK00.860.680.72
HSL347.42º75.61%16.08%-
HSV(B)347.42º86.11%28.24%-
XYZ2.941.660.98-
YUV30.02124.04157.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=68.57%
G=9.52%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72102300.860.680.72347.4275.6116.08
Hex48A17056444815b4c10
Octal1101227012610411053311420
Binary10010001010101110101011010001001001000101011011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480A17; }

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

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

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

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

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

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

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

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