#480E1A

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

Shades of Bordeaux #480E1A

Tints of Bordeaux #480E1A

Color information

#480E1A (or 0x480E1A) is unknown color: approx Bordeaux. HEX triplet: 48, 0E and 1A. RGB value is (72,14,26). Sum of RGB (Red+Green+Blue) = 72+14+26=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E1A is #B7F1E5. Grayscale: #202020. Windows color (decimal): -12055014 or 1707592. OLE color: 1707592.

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

Color convert

RGB721426-
CMYK00.810.640.72
HSL347.59º67.44%16.86%-
HSV(B)347.59º80.56%28.24%-
XYZ3.021.771.16-
YUV32.71124.22156.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 14 (5.86% from 255) = 12.5%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=64.29%
G=12.5%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72142600.810.640.72347.5967.4416.86
Hex48E1A051404815c4311
Octal1101632012110011053410321
Binary10010001110110100101000110000001001000101011100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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