#551722

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

Shades of Bordeaux #551722

Tints of Bordeaux #551722

Color information

#551722 (or 0x551722) is unknown color: approx Bordeaux. HEX triplet: 55, 17 and 22. RGB value is (85,23,34). Sum of RGB (Red+Green+Blue) = 85+23+34=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551722 is #AAE8DD. Grayscale: #2A2A2A. Windows color (decimal): -11200734 or 2234197. OLE color: 2234197.

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

Color convert

RGB852334-
CMYK00.730.600.67
HSL349.35º57.41%21.18%-
HSV(B)349.35º72.94%33.33%-
XYZ4.342.661.8-
YUV42.79123.04158.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=59.86%
G=16.20%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85233400.730.600.67349.3557.4121.18
Hex5517220493C4315d3915
Octal12527420111741035357125
Binary10101011011110001001001001111100100001110101110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551722; }

 p { color: rgb(85,23,34); }

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

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

 a { background-color: rgb(85,23,34); }

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

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

 span { border-color: rgb(85,23,34); }

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