#480B1E

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

Shades of Bordeaux #480B1E

Tints of Bordeaux #480B1E

Color information

#480B1E (or 0x480B1E) is unknown color: approx Bordeaux. HEX triplet: 48, 0B and 1E. RGB value is (72,11,30). Sum of RGB (Red+Green+Blue) = 72+11+30=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B1E is #B7F4E1. Grayscale: #1F1F1F. Windows color (decimal): -12055778 or 1968968. OLE color: 1968968.

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

Color convert

RGB721130-
CMYK00.850.580.72
HSL341.31º73.49%16.27%-
HSV(B)341.31º84.72%28.24%-
XYZ3.031.711.4-
YUV31.4127.21156.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=63.72%
G=9.73%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72113000.850.580.72341.3173.4916.27
Hex48B1E0553A481554910
Octal110133601257211052511120
Binary1001000101111110010101011110101001000101010101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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