#480D19

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

Shades of Bordeaux #480D19

Tints of Bordeaux #480D19

Color information

#480D19 (or 0x480D19) is unknown color: approx Bordeaux. HEX triplet: 48, 0D and 19. RGB value is (72,13,25). Sum of RGB (Red+Green+Blue) = 72+13+25=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #480D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D19 is #B7F2E6. Grayscale: #202020. Windows color (decimal): -12055271 or 1641800. OLE color: 1641800.

HSL color Cylindrical-coordinate representation of color #480D19: hue angle of 347.8º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D19 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB721325-
CMYK00.820.650.72
HSL347.8º69.41%16.67%-
HSV(B)347.8º81.94%28.24%-
XYZ2.991.741.1-
YUV32.01124.05156.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 13 (5.47% from 255) = 11.82%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=65.45%
G=11.82%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72132500.820.650.72347.869.4116.67
Hex48D19052414815c4511
Octal1101531012210111053410521
Binary10010001101110010101001010000011001000101011100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,13,25); }

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

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

 a { background-color: rgb(72,13,25); }

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

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

 span { border-color: rgb(72,13,25); }

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