#55011D

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

Shades of Bordeaux #55011D

Tints of Bordeaux #55011D

Color information

#55011D (or 0x55011D) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 1D. RGB value is (85,1,29). Sum of RGB (Red+Green+Blue) = 85+1+29=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #55011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55011D is #AAFEE2. Grayscale: #1D1D1D. Windows color (decimal): -11206371 or 1900885. OLE color: 1900885.

HSL color Cylindrical-coordinate representation of color #55011D: hue angle of 340º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55011D is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB85129-
CMYK00.990.660.67
HSL340º97.67%16.86%-
HSV(B)340º98.82%33.33%-
XYZ3.982.041.35-
YUV29.31127.83167.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 73.91%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=73.91%
G=0.87%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8512900.990.660.6734097.6716.86
Hex5511D06342431546211
Octal125135014310210352414221
Binary10101011111010110001110000101000011101010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55011D; }

 p { color: rgb(85,1,29); }

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

<style>
 a { background-color: #55011D; }

 a { background-color: rgb(85,1,29); }

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

<style>
 span { border-color: #55011D; }

 span { border-color: rgb(85,1,29); }

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