#480D1E

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

Shades of Bordeaux #480D1E

Tints of Bordeaux #480D1E

Color information

#480D1E (or 0x480D1E) is unknown color: approx Bordeaux. HEX triplet: 48, 0D and 1E. RGB value is (72,13,30). Sum of RGB (Red+Green+Blue) = 72+13+30=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #480D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D1E is #B7F2E1. Grayscale: #202020. Windows color (decimal): -12055266 or 1969480. OLE color: 1969480.

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

Color convert

RGB721330-
CMYK00.820.580.72
HSL342.71º69.41%16.67%-
HSV(B)342.71º81.94%28.24%-
XYZ3.051.761.41-
YUV32.58126.55156.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 13 (5.47% from 255) = 11.30%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=62.61%
G=11.30%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72133000.820.580.72342.7169.4116.67
Hex48D1E0523A481574511
Octal110153601227211052710521
Binary1001000110111110010100101110101001000101010111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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