#480B1A

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

Shades of Bordeaux #480B1A

Tints of Bordeaux #480B1A

Color information

#480B1A (or 0x480B1A) is unknown color: approx Bordeaux. HEX triplet: 48, 0B and 1A. RGB value is (72,11,26). Sum of RGB (Red+Green+Blue) = 72+11+26=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #480B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B1A is #B7F4E5. Grayscale: #1E1E1E. Windows color (decimal): -12055782 or 1706824. OLE color: 1706824.

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

Color convert

RGB721126-
CMYK00.850.640.72
HSL345.25º73.49%16.27%-
HSV(B)345.25º84.72%28.24%-
XYZ2.981.691.15-
YUV30.95125.21157.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=66.06%
G=10.09%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72112600.850.640.72345.2573.4916.27
Hex48B1A05540481594910
Octal1101332012510011053111120
Binary10010001011110100101010110000001001000101011001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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