#480B19

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

Shades of Bordeaux #480B19

Tints of Bordeaux #480B19

Color information

#480B19 (or 0x480B19) is unknown color: approx Bordeaux. HEX triplet: 48, 0B and 19. RGB value is (72,11,25). Sum of RGB (Red+Green+Blue) = 72+11+25=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #480B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B19 is #B7F4E6. Grayscale: #1E1E1E. Windows color (decimal): -12055783 or 1641288. OLE color: 1641288.

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

Color convert

RGB721125-
CMYK00.850.650.72
HSL346.23º73.49%16.27%-
HSV(B)346.23º84.72%28.24%-
XYZ2.971.691.09-
YUV30.84124.71157.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=66.67%
G=10.19%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72112500.850.650.72346.2373.4916.27
Hex48B19055414815a4910
Octal1101331012510111053211120
Binary10010001011110010101010110000011001000101011010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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