#480F19

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

Shades of Bordeaux #480F19

Tints of Bordeaux #480F19

Color information

#480F19 (or 0x480F19) is unknown color: approx Bordeaux. HEX triplet: 48, 0F and 19. RGB value is (72,15,25). Sum of RGB (Red+Green+Blue) = 72+15+25=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F19 is #B7F0E6. Grayscale: #212121. Windows color (decimal): -12054759 or 1642312. OLE color: 1642312.

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

Color convert

RGB721525-
CMYK00.790.650.72
HSL349.47º65.52%17.06%-
HSV(B)349.47º79.17%28.24%-
XYZ3.021.791.11-
YUV33.18123.38155.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=64.29%
G=13.39%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72152500.790.650.72349.4765.5217.06
Hex48F1904F414815d4211
Octal1101731011710111053510221
Binary10010001111110010100111110000011001000101011101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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