#551629

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

Shades of Bordeaux #551629

Tints of Bordeaux #551629

Color information

#551629 (or 0x551629) is unknown color: approx Bordeaux. HEX triplet: 55, 16 and 29. RGB value is (85,22,41). Sum of RGB (Red+Green+Blue) = 85+22+41=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551629 is #AAE9D6. Grayscale: #2A2A2A. Windows color (decimal): -11200983 or 2692693. OLE color: 2692693.

HSL color Cylindrical-coordinate representation of color #551629: hue angle of 341.9º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551629 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB852241-
CMYK00.740.520.67
HSL341.9º58.88%20.98%-
HSV(B)341.9º74.12%33.33%-
XYZ4.432.672.38-
YUV43126.87157.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=57.43%
G=14.86%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85224100.740.520.67341.958.8820.98
Hex55162904A34431563b15
Octal12526510112641035267325
Binary10101011011010100101001010110100100001110101011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551629; }

 p { color: rgb(85,22,41); }

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

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

 a { background-color: rgb(85,22,41); }

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

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

 span { border-color: rgb(85,22,41); }

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