#480E1C

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

Shades of Bordeaux #480E1C

Tints of Bordeaux #480E1C

Color information

#480E1C (or 0x480E1C) is unknown color: approx Bordeaux. HEX triplet: 48, 0E and 1C. RGB value is (72,14,28). Sum of RGB (Red+Green+Blue) = 72+14+28=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E1C is #B7F1E3. Grayscale: #202020. Windows color (decimal): -12055012 or 1838664. OLE color: 1838664.

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

Color convert

RGB721428-
CMYK00.810.610.72
HSL345.52º67.44%16.86%-
HSV(B)345.52º80.56%28.24%-
XYZ3.041.781.28-
YUV32.94125.22155.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 14 (5.86% from 255) = 12.28%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=63.16%
G=12.28%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72142800.810.610.72345.5267.4416.86
Hex48E1C0513D4815a4311
Octal110163401217511053210321
Binary1001000111011100010100011111011001000101011010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,14,28); }

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

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

 a { background-color: rgb(72,14,28); }

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

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

 span { border-color: rgb(72,14,28); }

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