#560222

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

Shades of Bordeaux #560222

Tints of Bordeaux #560222

Color information

#560222 (or 0x560222) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 22. RGB value is (86,2,34). Sum of RGB (Red+Green+Blue) = 86+2+34=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #560222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560222 is #A9FDDD. Grayscale: #1E1E1E. Windows color (decimal): -11140574 or 2228822. OLE color: 2228822.

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

Color convert

RGB86234-
CMYK00.980.600.66
HSL337.14º95.45%17.25%-
HSV(B)337.14º97.67%33.73%-
XYZ4.152.141.71-
YUV30.76129.83167.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 70.49%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=70.49%
G=1.64%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8623400.980.600.66337.1495.4517.25
Hex562220623C421515f11
Octal12624201427410252113721
Binary101011010100010011000101111001000010101010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560222; }

 p { color: rgb(86,2,34); }

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

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

 a { background-color: rgb(86,2,34); }

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

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

 span { border-color: rgb(86,2,34); }

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