#550422

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

Shades of Bordeaux #550422

Tints of Bordeaux #550422

Color information

#550422 (or 0x550422) is unknown color: approx Bordeaux. HEX triplet: 55, 04 and 22. RGB value is (85,4,34). Sum of RGB (Red+Green+Blue) = 85+4+34=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #550422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550422 is #AAFBDD. Grayscale: #1F1F1F. Windows color (decimal): -11205598 or 2229333. OLE color: 2229333.

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

Color convert

RGB85434-
CMYK00.950.600.67
HSL337.78º91.01%17.45%-
HSV(B)337.78º95.29%33.33%-
XYZ4.082.131.71-
YUV31.64129.34166.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.11%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=69.11%
G=3.25%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8543400.950.600.67337.7891.0117.45
Hex5542205F3C431525b11
Octal12544201377410352213321
Binary1010101100100010010111111111001000011101010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550422; }

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

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

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

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

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

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

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

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