#551321

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

Shades of Bordeaux #551321

Tints of Bordeaux #551321

Color information

#551321 (or 0x551321) is unknown color: approx Bordeaux. HEX triplet: 55, 13 and 21. RGB value is (85,19,33). Sum of RGB (Red+Green+Blue) = 85+19+33=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #551321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551321 is #AAECDE. Grayscale: #282828. Windows color (decimal): -11201759 or 2167637. OLE color: 2167637.

HSL color Cylindrical-coordinate representation of color #551321: hue angle of 347.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551321 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB851933-
CMYK00.780.610.67
HSL347.27º63.46%20.39%-
HSV(B)347.27º77.65%33.33%-
XYZ4.252.511.7-
YUV40.33123.87159.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=62.04%
G=13.87%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85193300.780.610.67347.2763.4620.39
Hex55132104E3D4315b3f14
Octal12523410116751035337724
Binary10101011001110000101001110111101100001110101101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551321; }

 p { color: rgb(85,19,33); }

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

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

 a { background-color: rgb(85,19,33); }

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

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

 span { border-color: rgb(85,19,33); }

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