#55021B

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

Shades of Bordeaux #55021B

Tints of Bordeaux #55021B

Color information

#55021B (or 0x55021B) is unknown color: approx Bordeaux. HEX triplet: 55, 02 and 1B. RGB value is (85,2,27). Sum of RGB (Red+Green+Blue) = 85+2+27=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #55021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55021B is #AAFDE4. Grayscale: #1D1D1D. Windows color (decimal): -11206117 or 1770069. OLE color: 1770069.

HSL color Cylindrical-coordinate representation of color #55021B: hue angle of 341.93º 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 #55021B is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB85227-
CMYK00.980.680.67
HSL341.93º95.4%17.06%-
HSV(B)341.93º97.65%33.33%-
XYZ3.972.051.22-
YUV29.67126.5167.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 74.56%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=74.56%
G=1.75%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8522700.980.680.67341.9395.417.06
Hex5521B06244431565f11
Octal125233014210410352613721
Binary101010110110110110001010001001000011101010110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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