#480A1B

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

Shades of Bordeaux #480A1B

Tints of Bordeaux #480A1B

Color information

#480A1B (or 0x480A1B) is unknown color: approx Bordeaux. HEX triplet: 48, 0A and 1B. RGB value is (72,10,27). Sum of RGB (Red+Green+Blue) = 72+10+27=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #480A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A1B is #B7F5E4. Grayscale: #1E1E1E. Windows color (decimal): -12056037 or 1772104. OLE color: 1772104.

HSL color Cylindrical-coordinate representation of color #480A1B: hue angle of 343.55º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A1B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB721027-
CMYK00.860.620.72
HSL343.55º75.61%16.08%-
HSV(B)343.55º86.11%28.24%-
XYZ2.981.671.2-
YUV30.48126.04157.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=66.06%
G=9.17%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72102700.860.620.72343.5575.6116.08
Hex48A1B0563E481584c10
Octal110123301267611053011420
Binary1001000101011011010101101111101001000101011000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,10,27); }

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

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

 a { background-color: rgb(72,10,27); }

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

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

 span { border-color: rgb(72,10,27); }

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