#550622

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

Shades of Bordeaux #550622

Tints of Bordeaux #550622

Color information

#550622 (or 0x550622) is unknown color: approx Bordeaux. HEX triplet: 55, 06 and 22. RGB value is (85,6,34). Sum of RGB (Red+Green+Blue) = 85+6+34=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #550622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550622 is #AAF9DD. Grayscale: #202020. Windows color (decimal): -11205086 or 2229845. OLE color: 2229845.

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

Color convert

RGB85634-
CMYK00.930.600.67
HSL338.73º86.81%17.84%-
HSV(B)338.73º92.94%33.33%-
XYZ4.12.181.72-
YUV32.81128.67165.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=68%
G=4.8%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8563400.930.600.67338.7386.8117.84
Hex5562205D3C431535712
Octal12564201357410352312722
Binary1010101110100010010111011111001000011101010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550622; }

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

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

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

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

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

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

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

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