#551623

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

Shades of Bordeaux #551623

Tints of Bordeaux #551623

Color information

#551623 (or 0x551623) is unknown color: approx Bordeaux. HEX triplet: 55, 16 and 23. RGB value is (85,22,35). Sum of RGB (Red+Green+Blue) = 85+22+35=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551623 is #AAE9DC. Grayscale: #2A2A2A. Windows color (decimal): -11200989 or 2299477. OLE color: 2299477.

HSL color Cylindrical-coordinate representation of color #551623: hue angle of 347.62º 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 #551623 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB852235-
CMYK00.740.590.67
HSL347.62º58.88%20.98%-
HSV(B)347.62º74.12%33.33%-
XYZ4.342.631.87-
YUV42.32123.87158.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 35 (14.06% from 255) = 24.65%
R=59.86%
G=15.49%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85223500.740.590.67347.6258.8820.98
Hex55162304A3B4315c3b15
Octal12526430112731035347325
Binary10101011011010001101001010111011100001110101110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551623; }

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

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

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

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

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

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

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

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