#480A19

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

Shades of Bordeaux #480A19

Tints of Bordeaux #480A19

Color information

#480A19 (or 0x480A19) is unknown color: approx Bordeaux. HEX triplet: 48, 0A and 19. RGB value is (72,10,25). Sum of RGB (Red+Green+Blue) = 72+10+25=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A19 is #B7F5E6. Grayscale: #1E1E1E. Windows color (decimal): -12056039 or 1641032. OLE color: 1641032.

HSL color Cylindrical-coordinate representation of color #480A19: hue angle of 345.48º 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 #480A19 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB721025-
CMYK00.860.650.72
HSL345.48º75.61%16.08%-
HSV(B)345.48º86.11%28.24%-
XYZ2.961.661.09-
YUV30.25125.04157.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=67.29%
G=9.35%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72102500.860.650.72345.4875.6116.08
Hex48A1905641481594c10
Octal1101231012610111053111420
Binary10010001010110010101011010000011001000101011001100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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