#480B17

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

Shades of Bordeaux #480B17

Tints of Bordeaux #480B17

Color information

#480B17 (or 0x480B17) is unknown color: approx Bordeaux. HEX triplet: 48, 0B and 17. RGB value is (72,11,23). Sum of RGB (Red+Green+Blue) = 72+11+23=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B17 is #B7F4E8. Grayscale: #1E1E1E. Windows color (decimal): -12055785 or 1510216. OLE color: 1510216.

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

Color convert

RGB721123-
CMYK00.850.680.72
HSL348.2º73.49%16.27%-
HSV(B)348.2º84.72%28.24%-
XYZ2.951.680.98-
YUV30.61123.71157.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 11 (4.69% from 255) = 10.38%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=67.92%
G=10.38%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72112300.850.680.72348.273.4916.27
Hex48B17055444815c4910
Octal1101327012510411053411120
Binary10010001011101110101010110001001001000101011100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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