#480B1D

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

Shades of Bordeaux #480B1D

Tints of Bordeaux #480B1D

Color information

#480B1D (or 0x480B1D) is unknown color: approx Bordeaux. HEX triplet: 48, 0B and 1D. RGB value is (72,11,29). Sum of RGB (Red+Green+Blue) = 72+11+29=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B1D is #B7F4E2. Grayscale: #1F1F1F. Windows color (decimal): -12055779 or 1903432. OLE color: 1903432.

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

Color convert

RGB721129-
CMYK00.850.600.72
HSL342.3º73.49%16.27%-
HSV(B)342.3º84.72%28.24%-
XYZ3.011.711.33-
YUV31.29126.71157.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=64.29%
G=9.82%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72112900.850.600.72342.373.4916.27
Hex48B1D0553C481564910
Octal110133501257411052611120
Binary1001000101111101010101011111001001000101010110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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