#480B1B

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

Shades of Bordeaux #480B1B

Tints of Bordeaux #480B1B

Color information

#480B1B (or 0x480B1B) is unknown color: approx Bordeaux. HEX triplet: 48, 0B and 1B. RGB value is (72,11,27). Sum of RGB (Red+Green+Blue) = 72+11+27=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #480B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B1B is #B7F4E4. Grayscale: #1F1F1F. Windows color (decimal): -12055781 or 1772360. OLE color: 1772360.

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

Color convert

RGB721127-
CMYK00.850.620.72
HSL344.26º73.49%16.27%-
HSV(B)344.26º84.72%28.24%-
XYZ2.991.71.21-
YUV31.06125.71157.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=65.45%
G=10%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72112700.850.620.72344.2673.4916.27
Hex48B1B0553E481584910
Octal110133301257611053011120
Binary1001000101111011010101011111101001000101011000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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