#55021D

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

Shades of Bordeaux #55021D

Tints of Bordeaux #55021D

Color information

#55021D (or 0x55021D) is unknown color: approx Bordeaux. HEX triplet: 55, 02 and 1D. RGB value is (85,2,29). Sum of RGB (Red+Green+Blue) = 85+2+29=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #55021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55021D is #AAFDE2. Grayscale: #1D1D1D. Windows color (decimal): -11206115 or 1901141. OLE color: 1901141.

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

Color convert

RGB85229-
CMYK00.980.660.67
HSL340.48º95.4%17.06%-
HSV(B)340.48º97.65%33.33%-
XYZ3.992.061.35-
YUV29.9127.5167.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 73.28%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 29 (11.72% from 255) = 25%
R=73.28%
G=1.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8522900.980.660.67340.4895.417.06
Hex5521D06242431545f11
Octal125235014210210352413721
Binary101010110111010110001010000101000011101010100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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